/**
 *  All necessary media requires for media view style.
 *  Do not forget to initial that in _theme-files.php (theme directory/core/components/...).
 *  Do not repeat media require !
 */

/*------------- _ Desktop media styles _ -------------*/

/*Code begins to 991px*/

@media only screen and (max-width: 991px) {
    #banner .items {
        max-width: 670px;
    }
    #banner .items .item {
        width: calc(50% - 7.5px);
    }

    #video {
        margin-top: 43px;
    }
}
@media only screen and (min-width: 771px) {
    #video .title h3 br {
        display: none;
    }
}
@media only screen and (max-width: 685px) {
    h1 {
        font-size: 15vw;
    }
    #video .title h2 {
        font-size: 8vw;
    }
    #video .title h3,
    h3 {
        font-size: 6.1vw;
    }
    #banner .items {
        row-gap: 25px;
        max-width: 400px;
        margin-top: 30px;
    }
    #banner .items .item {
        width: 100%;
    }
    #banner .title {
        margin-top: 23px;
    }

    #video .item .player {
        width: 75px;
    }
}
@media only screen and (max-width: 570px) {
    #banner .logo {
        max-width: 82px;
        margin-top: 26px;
    }
    #banner .thumbnail {
        max-width: 345px;
        margin-top: 20px;
    }
    footer .info {
        text-align: justify;
    }
}
@media only screen and (max-width: 470px) {
    #video .item .player {
        width: 55px;
    }
    #video .item {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 390px) {
    h1 {
        font-size: 14vw;
    }
    #video .title h3,
    h3 {
        font-size: 5.6vw;
    }
    #banner .logo {
        max-width: 82px;
        margin-top: 26px;
    }
    #banner .thumbnail {
        max-width: 345px;
        margin-top: 20px;
    }
    #banner .items .item:nth-child(3) {
        padding-right: 4px;
    }
    #banner .items .item {
        font-size: 16px;
        gap: 12px;
    }
    #banner .button {
        margin-top: 20px;
    }
    footer .buttons {
        padding: 10px 10px;
    }

}
@media only screen and (max-width: 315px) {
    body {
        zoom: .9;
    }
}

@media only screen and (max-width: 285px) {
    body {
        zoom: .8;
    }
}

/*----------- _ End desktop media styles _ -----------*/
/*----------------------------------------------------*/
/*------------- _ Mobile media styles _ --------------*/



/*Code begins form 991px to 0px*/

/*----------- _ End mobile media styles _ ------------*/
/*----------------------------------------------------*/