﻿@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important
    }

    .wp-main:before {
        content: "";
        position: absolute;
        background: url(/Design/img/MyVienThaoNguyen/decor/bbb.png) no-repeat;
        left: 0;
        top: 0;
        background-size: 100% 100%;
        width: 100%;
        height: 100% !important;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .video-list {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important
    }

    .video-list {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}