/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .dis-no {
        display: block;
    }
    .dis-no2 {
        display: none;
    }
    .button_play {
        display: block;
        position: absolute;
        z-index: 100;
        color: #fff;
        left: 45%;
        top: 40%;
    }
    .img-banner-new1 {
        height: auto;
        object-fit: cover;
        width: 100%;
        border: 4px solid white;
    }
    .img-banner-new2 {
        height: auto;
        object-fit: cover;
        width: 100%;
        border: 4px solid white;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .dis-no {
        display: block;
    }
    .dis-no2 {
        display: none;
    }
    .button_play {
        display: block;
        position: absolute;
        z-index: 100;
        color: #fff;
        left: 49%;
        top: 35%;
    }
    .img-banner-new1 {
        height: auto;
        object-fit: cover;
        width: 100%;
        border: 4px solid white;
    }
    .img-banner-new2 {
        height: auto;
        object-fit: cover;
        width: 100%;
        border: 4px solid white;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .dis-no {
        display: none;
    }
    .dis-no2 {
        display: block;
    }
    .button_play {
        display: block;
        position: absolute;
        z-index: 100;
        color: #fff;
        left: 40%;
        top: 40%;
    }
    .img-banner-new1 {
        height: auto;
        object-fit: cover;
        width: 100%;
        border: 4px solid white;
    }
    .img-banner-new2 {
        height: auto;
        object-fit: cover;
        width: 100%;
        border: 4px solid white;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .dis-no {
        display: none;
    }
    .dis-no2 {
        display: block;
    }
    .button_play {
        display: block;
        position: absolute;
        z-index: 100;
        color: #fff;
        left: 40%;
        top: 40%;
    }
    .img-banner-new1 {
        height: auto;
        object-fit: cover;
        width: 100%;
        border: 4px solid white;
    }
    .img-banner-new2 {
        height: auto;
        object-fit: cover;
        width: 100%;
        border: 4px solid white;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .dis-no {
        display: none;
    }
    .dis-no2 {
        display: block;
    }
    .button_play {
        display: block;
        position: absolute;
        z-index: 100;
        color: #fff;
        left: 45%;
        top: 40%;
    }
    .img-banner-new1 {
        height: auto;
        object-fit: cover;
        width: 100%;
        border: 4px solid white;
    }
    .img-banner-new2 {
        height: auto;
        object-fit: cover;
        width: 100%;
        border: 4px solid white;
    }
}

.menu-website-mo {
    margin-top: 10%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    top: -18px;
}

.image-hover:hover {
    opacity: 0.6;
}

.middle:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
}

.image-hover {
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}