.bt {margin-bottom: 100px!important;}
.mt-7 {margin-top: 7rem;}
.bor {border-bottom: 1px solid rgba(255,255,255,.1);}

/*hover-img*/
.section-image-1 {position: relative;}
.section-image-1 picture img {
    position: relative;
    z-index: 10;
    -webkit-animation: rotateReverse1 25s infinite linear;
    animation: rotateReverse1 25s infinite linear; width: 600px;
}

video {width: 100%!important;}


.section-image-1 picture:after {
    width: 300px;
    height: 320px;
    right: -40px;
    bottom: -130px;
    z-index: 4;
    -webkit-animation: rotateReverse1 20s infinite linear;
    animation: rotateReverse1 20s infinite linear;
}

.section-image-1 picture:after, .section-image-1 picture:before {
    content: "";
    display: block;
    position: absolute;
}

.section-image-1 picture:after {
    background: url(../images/lmbc-img3.png);
}

.section-image-1 picture:before {
    width: 350px;
    height: 250px;
    background: url(../images/lmbc-img2.png);
    right: -160px;
    top: -130px;
    z-index: 5;
    -webkit-animation: rotate1 25s infinite linear;
    animation: rotate1 25s infinite linear;
}

.section-image-1 picture {
    margin: 0 auto;
    float: none;
    max-width: 66.6666%;
}









@media only screen and (min-width : 1920px) and (max-width : 2560px){
.mt-7 {margin-top: 14rem;}

}
@media only screen and (min-width : 1600px) and (max-width : 1919px){
.mt-7 {margin-top: 12rem;}

}
@media only screen and (min-width : 1440px) and (max-width : 1599px){
.mt-7 {margin-top: 10rem;}

}
@media only screen and (min-width : 1366px) and (max-width : 1439px){}
@media only screen and (min-width : 1280px) and (max-width : 1365px){}
@media only screen and (min-width : 1200px) and (max-width : 1279px){}
@media only screen and (min-width : 1024px) and (max-width : 1199px){}
@media only screen and (min-width : 768px) and (max-width :1023px){
.mt-7 {margin-top: 7rem;}
video {width: 1351px!important;}

}
@media only screen and (min-width : 150px) and (max-width : 767px){
.mt-7 {margin-top: 7rem;}
video {width: 1351px!important;}

}
@media only screen and (max-width : 375px){}
@media only screen and (max-width : 360px){}
@media only screen and (max-width : 320px){}