/*
Assets
*/
.see-more__button {
    text-align: right;
}
    .see-more__button img {
        max-width: 210px;
    }
    .block-card .see-more__button {
        margin-top: 35px;
    }

/*
First Block
*/
#first-block__desktop-first-block {
    padding-bottom: 16px;
}
#first-block__desktop-first-block img {
    transition: height 0.5s ease 0s;
}
#first-block__second-row__wrapper {
    margin: 8px 0 8px;
}
.first-block__right-image__wrapper {
    padding-left: 8px!important;
}
#first-block__image-third__wrapper {
    padding-left: 8px;
}

#first-block__mobile-scroll__button {
    bottom: 12px;
    left: 15px;
}

/*
About Block
*/
#about-block .block-card {
    padding-top: 55px;
}
#about-block__title-img {
    display: block;
    margin: 0 auto 33px;
    max-width: 80%;
}

/*
Events Block
*/
#events-block .block-card {
    padding-top: 40px;
}

/*
Blog Block
*/
#blog-block .block-card {
    padding-top: 40px;
}

/*
YouTube Block
*/
#youtube-block__videos-wrapper a:hover {
    text-decoration: none;
}
#youtube-block .block-card {
    padding-top: 40px;
    margin-bottom: 40px;
}
#youtube-block__videos-wrapper .youtube-block__video-card {
    margin-bottom: 30px;
}
    #youtube-block__videos-wrapper .youtube-block__video-card:last-child {
        margin-bottom: 0;
    }
.youtube-block__video-card__video iframe {
    max-width: 100%;
    margin-bottom: 11px;
}
#youtube-block .see-more__button p {
    margin-bottom: 11px;
}

/*
Super Small Screens
*/
@media only screen and (max-width: 304px) {
}
@media only screen and (max-width: 319px) {
}

@media only screen and (max-width: 359px) {
}

@media only screen and (max-width: 370px) {
}

/*
Up to 500px width
*/
@media only screen and (max-width: 499px) {
}

/*
Small Screens
*/
@media only screen and (max-width: 767px) {
}

/*
Small, Medium Screens
*/
@media only screen and (min-width: 768px) {

    #first-block__desktop-first-block img {
        object-fit: cover;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) { 
}

/*
Large Screen
*/
@media only screen and (min-width: 992px) {

    #first-block__image-third__wrapper {
        padding-left: 0;
    }
    .first-block__right-image__wrapper {
        padding-left: 0 !important;
    }

    #about-block__title-img {
        max-width: 100%;
    }

    #youtube-block {
        position: relative;
        z-index: 2;
    }
    #youtube-block .block-card {
        background-color: var(--white);
        margin-bottom: -45px;
    }
    #youtube-block__videos-wrapper .youtube-block__video-card:nth-child(-2n+3) {
        padding-right: 20px;
    }
    #youtube-block__videos-wrapper .youtube-block__video-card:nth-child(2n) {
        padding-left: 20px;
    }
    #youtube-block__videos-wrapper .youtube-block__video-card:nth-child(-n+2) {
        margin-bottom: 30px;
    }
    #youtube-block__videos-wrapper .youtube-block__video-card:nth-child(n+3) {
        margin-bottom: 0;
    }
    .youtube-block__video-card__video iframe {
        width: 290px;
        height: 164px;
        margin-bottom: 13px;
    }
    .youtube-block__video-card .text__description {
        margin-top: 3px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    #first-block__desktop-first-block {
        margin-top: 28px;
    }
    #first-block__image-first {
        height: 306px!important;
        width: auto!important;
    }
    .first-block__mobile-right-image__wrapper {
        margin-left: 20px;
    }
    #first-block__image-first {
        height: 317px!important;
        width: 454px!important;
    }
    #first-block__second-row__wrapper {
        margin: 20px 0 0;
    }
    #first-block__second-row__wrapper img {
        height: 212px!important;
        width: auto!important;
    }
    #first-block__image-third {
        margin-left: 20px;
    }
    #first-block__image-fourth {
        margin-bottom: 20px;
        height: 246px!important;
        width: 214px!important;
        margin-left: 20px;
    }
    #first-block__image-fifth {
        height: 283px!important;
        width: 214px!important;
        margin-left: 20px;
    }

    .block-card .see-more__button {
        margin-top: 40px;
    }

}

@media only screen and (min-width: 1200px) {

    .see-more__button img {
        max-width: 100%;
    }

    .block-card .see-more__button {
        margin-top: 60px;
    }

    #first-block__desktop-first-block {
        margin-top: 57px;
        padding-bottom: 50px;
    }
    #first-block__image-first {
        height: 377px!important;
        width: auto!important;
    }
    #first-block__second-row__wrapper {
        margin-top: 28px;
    }
    #first-block__second-row__wrapper img {
        height: 250px!important;
        width: auto!important;
    }
    .first-block__right-image__wrapper {
        margin-left: 28px;
    }
    #first-block__image-third {
        margin-left: 28px;
    }
    #first-block__image-fourth {
        margin-bottom: 28px;
        width: 256px!important;
        height: 289px!important;
    }
    #first-block__image-fifth {
        width: 256px!important;
        height: 338px!important;
    }

    #about-block .block-card {
        padding-top: 104px;
    }
    #about-block__title-img {
        margin-bottom: 87px;
    }

    #youtube-block .block-card {
        margin-bottom: -65px;
    }
    #youtube-block__videos-wrapper .youtube-block__video-card:nth-child(-2n+3) {
        padding-right: 25px;
    }
    #youtube-block__videos-wrapper .youtube-block__video-card:nth-child(2n) {
        padding-left: 25px;
    }
    #youtube-block__videos-wrapper .youtube-block__video-card:nth-child(-n+2) {
        margin-bottom: 40px;
    }

}