.content iframe {
    max-width: 100%;
}

.content .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.content .videoWrapper object,
.content .videoWrapper embed,
.content .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-left img {
    width: 4.125em;
}

.footer-left__logo {
    /*width: 4.5em;*/
    /*height: 4.5em;*/
    /*margin: 0 auto 0.9375em;*/
    /*display: block;*/
    filter: none;
}

.footer-left__text {
    /*text-align: center;*/
}

html body {
    background-image: none;
}

.news-carousel .card__image {
    padding-bottom: 66%;
}

.article-image {
    padding-bottom: 66%;
}

.staff .card__image {
    padding-bottom: 150%;
}

.news__badge {
    left: 10px;
}

.news__overlay--small {
    text-align: initial;
}

.news__title {
    text-transform: uppercase;
}

.games__title {
    text-transform: uppercase;
}

.partners__title {
    text-transform: uppercase;
}

.partners {
    padding-top: 0;
}

.partners__logos {
    gap: 40px;
}

.partners__container {
    padding: 0px;
}

.news__overlay, .news__overlay--vertical, .news__overlay--small {
    width: 100%;
    height: 100%;
}

.olympic__item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-detail__content img {
    height: auto;
}

.international-relations__info {
    height: 180px;
}

.federations__group {
    border-bottom: 1px solid #b3b2b273;
    margin-bottom: 10px;
}

.main-banner img {
    object-fit: contain;
    height: 194px;
}

.instagram-box .instagram-content > div > div > div > div > div > div > div > div > div > div > div:nth-child(2) {
    display: none !important;
}

.instagram-box .instagram-content > div > div > div > div > div > div > div > div > div > div > div:nth-child(3) {
    display: none !important;
}

.instagram-box .instagram-content > div > div > div > div > div > div > div > div > div > div > div:nth-child(4) {
    display: none !important;
}

.instagram-box .instagram-content > div > div > div > div > div > div > a {
    display: none !important;
}

.article-personality-img img {
    object-position: top;
}

.international-relations__photo {
    object-position: top;
}

.main-news-carousel.news-carousel {
    position: relative;
}

.main-news-carousel.news-carousel .dots-regular {
    position: absolute;
    right: 20px;
    bottom: 230px;
    z-index: 5;
    background: none;
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-news-carousel.news-carousel .dots-regular li {
    margin: 0;
    padding: 0;
}

.main-news-carousel.news-carousel .dots-regular li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, .6);
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.main-news-carousel.news-carousel .dots-regular li.slick-active button {
    background: #4A5AA5;
}

.sports-program__text .person {
    margin-bottom: 1em;
}

.sports-program__text .person__image img {
    object-fit: contain;
}

.sports-program__text a {
    color: #325385;
    text-decoration: underline;
}

.sports-program__text img {
    height: 100%;
}

@media screen and (min-width: 1025px) {
    .card__title--big {
        font-size: 36px;
        line-height: 40px;
    }
}

.news-carousel .card__desc {
    height: 200px;
}

.news-detail__content {
    font-family: Ubuntu, sans-serif;
}

.sidebar__inner .col-md-12 {
    padding: 0 20px;
}

.news-detail .news-detail__content {
    gap: 0;
}

.olympic-game__heading, .sport-federations__heading, .sports-program__title, .title-primary.dependent-title {
    font-size: 36px;
}

@media screen and (max-width: 767px) {
    .sidebar__inner .col-md-12 {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .main-news-carousel.news-carousel .dots-regular {
        bottom: 10px;
    }

    .section--nok img {
        object-fit: contain;
    }
}

@media (max-width: 1024px) {
    .section--nok, .calendar {
        border: 1px solid #dadada;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .olympic-game__heading, .sport-federations__heading, .sports-program__title, .title-primary.dependent-title {
        font-size: 28px;
    }

    .featured-athlete__name, .career__title {
        font-size: 28px;
    }
}

.athletes-card__medals, .featured-athlete__medals {
    justify-content: center;
}

.athletes-medal {
    margin: 0 .5em;
}

.featured-athlete__card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.featured-athlete__info {
    text-align: center;
    width: 100%;
}

.featured-athlete__name, .career__title {
    font-size: 36px;
}

.athletes-card__info {
    height: 100px;
    justify-content: center;
}

.news-detail__share {
    border: none;
    padding: 0;
}

.share {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.medals-table th {
    font-weight: bold !important;
}

.medals-table td, .medals-table th {
    text-align: left;
    padding: 4px;
}

.medals-table td:first-child, .medals-table th:first-child {
    width: 200px;
}

.medals-table td:nth-of-type(3), .medals-table td:nth-of-type(4), .medals-table td:nth-of-type(5), .medals-table td:nth-of-type(6), .medals-table th:nth-of-type(3), .medals-table th:nth-of-type(4), .medals-table th:nth-of-type(5), .medals-table th:nth-of-type(6) {
    width: auto;
}

.athlete__grid {
    justify-content: start;
}

.news__headline--vertical {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 9px;
    line-height: 1.2;
}

.news__headline--small {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 7px;
}



