.head-slider {
    *width: 900px;
    *float: left;
}

.head-top {
    float: left;
}


.main-slider-dots {
    position: absolute;
    top: 40%;
    left: 30px;
}

.big-slider {
    opacity: 0;
}

.big-slider img {
    width: 100%;
}

.forMobile {
    display: none !important;
}

@media screen and (max-width: 576px) {

    .head-slider, .head-top {
        max-height: 100%!important;
    }
    .forMobile {
        display: block !important;
    }

    .forDesktop {
        display: none !important;
    }
}