@media screen and (max-width:900px) {
    .slideshow {
        height: 400px!important;
    }
    .videos-more .video-js , .videos-more iframe{
        width: 330px;
    }
}

@media screen and (max-width:990px) {
    .menu-left {
        display: none;
        width: 30%;
    }
    .main {
        margin-left: 0;
    }
    .menu-only-mobile {
        display: block;
    }
    .videos-more .video-js , .videos-more iframe{
        width: 330px;
    }
}

@media screen and (max-width:590px) {
    .fixed-navmenu li a {
        font-size: 1.4em!important;
    }
    /* .slideshow {
        height: 100%!important;
    } */
    .input-search {
        height: 30px;
        width: 30px;
        padding-right: 17px;
    }
    .btn-search {
        width: 30px;
        height: 30px;
    }
    .menu-only-mobile button, .menu-only-mobile ul li a {
        font-size: 2em;
    }
    .menu-only-mobile ul li a {
        padding-left: 0;
    }
    .menu-only-mobile ul li:nth-child(2) {
        padding-right: 0;
    }
    .menu-only-mobile ul li:nth-child(1) {
        padding-left: 0;
        padding-right: 0;
    }
    .untitled__slideContent span {
        font-size: 9vmin;
    }
    .button {
        margin-top: 8vmin;
        font-size: 1.2em;
    }
    .cards_item {
        padding-left: 1em;
    }
    .videos-more .video-js , .videos-more iframe{
        width: 330px;
    }
    /* .fixed-navmenu{
        display: none;
    } */
}