.vmc-simple-slide-wrap {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.vmc-simple-slide {
    width: 200%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

    .vmc-simple-slide .vmc-simple-slide-item {
        float: left;
        height: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain
    }

    .vmc-simple-slide .vmc-simple-slide-img {
        width: 100%;
        height: 100%;
        border: 0;
        padding: 0;
        margin: 0
    }

.vmc-simple-slide-handle-buttons {
    z-index: 10;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

    .vmc-simple-slide-handle-buttons .vmc-simple-slide-handle-button {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #fff;
        margin: 0 6px;
        cursor: pointer
    }

    .vmc-simple-slide-handle-buttons .active {
        background: #f70408;
    }

.vmc-simple-slide-page-buttons {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%
}

    .vmc-simple-slide-page-buttons .vmc-simple-slide-page-button {
        position: absolute;
        height: 55px;
        width: 45px;
        background: transparent no-repeat center center;
        background-size: cover;
        cursor: pointer
    }

    .vmc-simple-slide-page-buttons .next {
        top: 0px;
        right: 0;
        border-radius: 10px 0 0 10px;
        background-image: url("next.gif")
    }

    .vmc-simple-slide-page-buttons .prev {
        top: 0px;
        left: 0;
        border-radius: 0 10px 10px 0;
        background-image: url("prev.gif")
    }

    .vmc-simple-slide-page-buttons .hover {
        background-color: #f70408;
        filter: alpha(Opacity=60);
        -moz-opacity: .6;
        opacity: 0.6;
    }

.vmc-simple-slide-summary-mask {
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #000;
    filter: alpha(Opacity=30);
    -moz-opacity: .3;
    opacity: .3
}

.vmc-simple-slide-summary {
    z-index: 6;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    overflow: hidden
}

    .vmc-simple-slide-summary .text {
        color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 400
    }

    .vmc-simple-slide-summary a {
        color: #fff;
        text-decoration: none
    }

.box {
    height: 550px;
}

@media screen and (max-width: 992px) {
    .box {
        height: 400px;
    }

    .vmc-simple-slide-page-buttons .next {
        top: -60px;
        right: 57px;
        border-radius: 20px 0 0 20px;
        background-image: url("next.gif")
    }

    .vmc-simple-slide-handle-buttons {
        z-index: 10;
        position: absolute;
        bottom: 10px;
        left: -13px;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center
    }
}

@media screen and (max-width: 768px) {

    .vmc-simple-slide-wrap {
        overflow: hidden;
        position: relative;
        height: 100%;
    }

    .vmc-simple-slide {
        width: 200%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0
    }

        .vmc-simple-slide .vmc-simple-slide-item {
            float: left;
            height: 100%;
            background-position: center top;
            background-repeat: no-repeat;
            background-size: contain
        }

        .vmc-simple-slide .vmc-simple-slide-img {
            width: 100%;
            height: 100%;
            border: 0;
            padding: 0;
            margin: 0
        }


    .box {
        height: 300px;
    }

    .vmc-simple-slide-page-buttons .next {
        top: -15px;
        right: 27px;
        border-radius: 10px 0 0 10px;
        background-image: url("next.gif")
    }

    .vmc-simple-slide-page-buttons .prev {
        top: -15px;
        left: 0;
        border-radius: 0 10px 10px 0;
        background-image: url(prev.gif);
    }

    .vmc-simple-slide-handle-buttons {
        z-index: 10;
        position: absolute;
        bottom: 100px;
        left: 0;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center
    }
}
