.vui-slide-mimic {
    overflow: hidden;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

/************************************************/

.vui-slide-scene {
display: block;
padding: 0;
margin: 0;
width: 100% !important;
height:370px !important;
}


.content {
    width: 100% !important;
    margin: 0px !important;
    height:370px !important;
    max-width: 100% !important;
}

/************************************************/

.vui-slide-transfer {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    list-style: none;
    padding: 0;
    margin: 0;
    /*background-color: #000000;*/

}

/************************************************/

.vui-slide-grid {
    position: absolute;
    /*background-color: #ccc;*/
    overflow: hidden;
    background-repeat: no-repeat;

}

.vui-slide-grid img {
    width: 100%;
    height: 100%;
}

/************************************************/

/************************************************/

.vui-slide-handle-buttons {
    position: absolute;
    z-index: 99;
    bottom: 8%;
    left: 0;
    width: 100%;
    font-size: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.vui-slide-handle-button {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 1px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
}

.vui-slide-handle-buttons .active {
    background: #0094dd;
}

/************************************************/
.vui-slide-side-buttons {
    z-index: 80;
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
}

.vui-slide-side-button {
    position: absolute;
    height: 120px;
    width: 60px;
    background: transparent no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.vui-slide-side-buttons .next {
    top: -60px;
    display: none;
    right: 0;
    border-radius: 20px 0 0 20px;
    background-image: url("next.gif");
}

.vui-slide-side-buttons .prev {
    top: -60px;
    display: none;
    left: 0;
    border-radius: 0 20px 20px 0;
    background-image: url("prev.gif");
}

.vui-slide-side-buttons .hover {
    background-color: #000;
    filter: alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

/************************************************/

.vui-slide-mask {
    z-index: 50;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 8%;
    opacity: 0.3;
}

.vui-slide-text {
    z-index: 60;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    overflow: hidden;
}

.vui-slide-text .text {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
}

.vui-slide-text a {
    color: #ffffff;
    text-decoration: none;
}






@media only screen and (min-width:320px) and (max-width:669px) {	

.content {
width: 100% !important;
margin: 0px !important;
height:160px !important;
max-width: 100% !important;
}

	
	.vui-slide-scene {
display: block;
padding: 0;
margin: 0;
width: 100% !important;
height:160px !important;
}

	
}
