.slide1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 1400px) {
    .slide1 {
        background: url('../img/banner.jpg') top right 50% no-repeat;
        background-size:cover;
    }
}



.slide2 {
    background: url('../img/banner1.jpg') top center no-repeat;
    background-size:cover;
}

@media screen and (max-width: 1400px) {
    .slide2 {
        background: url('../img/banner1.jpg') top right 50% no-repeat;
        background-size:cover;
    }
}



.slide3 {
    background: url('../img/banner2.jpg') top center no-repeat;
    background-size:cover;
}

@media screen and (max-width: 1400px) {
    .slide3 {
        background: url('../img/banner2.jpg') top right 50% no-repeat;
        background-size:cover;
    }
}

