:root{
    --font: "Montserrat_Font", sans-serif;
    --icons: "Font Awesome 5 Pro";
    --red: #ff0000;
}

@media screen and (max-width: 1900px) {

}

@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1440px) {
    .logo-search {
        display: none;
    }
}

@media screen and (max-width: 1366px) {

}

@media screen and (min-width: 1201px) {

}

@media screen and (max-width: 1200px) {
    .center-pc-menu {
        display: none;
    }
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 768px) {
    .vid-zone {
        height: 350px;
    }

    .post-menu {
        display: none;
    }

    .single-comment-right {
        max-width: 87%;
    }

    footer {
        height: 0px;
    }
}

@media screen and (max-width: 576px) {
    .desc-zone p {
        font-size: 14px;
    }

    .vid-zone {
        height: 300px;
    }

    .desc-zone p {
        padding-right: 15px;
    }
}

@media screen and (max-width: 450px) {
    .vid-zone {
        height: 250px;
    }

    .alert-1 {
        font-size: 16px;
    }

    .alert-2 {
        font-size: 15px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 360px) {

}

/* landscape */

@media screen and (max-width: 576px) and (orientation: landscape) {
  
}

@media screen and (max-width: 768px) and (orientation: landscape) {
   
}



