@charset "UTF-8";
.mb-slider {
    display: nonr;
}
@media (max-width:50rem){
.mb-slider {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #141414;
}
}

.mb-slide1,
.mb-slide2,
.mb-slide3,
.mb-slide4,
.mb-slide5 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #141414;
}

.mb-slide1 {
    background: url(../img/mb-slide1.jpg);
    background-size: cover;
    background-position: top center;
    -webkit-animation: fade 15s infinite;
    animation: fade 15s infinite;
}

.mb-slide2 {
    background: url(../img/mb-slide2.jpg);
    background-size: cover;
    background-position: top center;
    -webkit-animation: fade 15s infinite;
    animation: fade2 15s infinite;
}

.mb-slide3 {
    background: url(../img/mb-slide3.jpg);
    background-size: cover;
    background-position: top center;
    -webkit-animation: fade 15s infinite;
    animation: fade3 15s infinite;
}

.mb-slide4 {
    background: url(../img/mb-slide4.jpg);
    background-size: cover;
    background-position: top center;
    -webkit-animation: fade 15s infinite;
    animation: fade4 15s infinite;
}

.mb-slide5 {
    background: url(../img/mb-slide5.jpg);
    background-size: cover;
    background-position: top center;
    -webkit-animation: fade 15s infinite;
    animation: fade5 15s infinite;
}
