/* You can type here any CSS code that will be loaded both on your admin and front-end pages.
Let us help you by giving a few exmaple CSS classes: */

/* Front-end sliders & preview */

.ls-container { /* The slider itself */

}

.ls-slide { 

}

.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-slide 


}

.ls-thumbnail {
	width:1100px;
}
.ls-fullwidth .ls-thumbnail {
top: 10px;
left: 100px;
}
.ls-fullwidth .ls-thumbnail-inner {
    background: none repeat scroll 0 0 #fff;
    margin-left: -2px;
    padding: 2px;
}
.ls-thumbnail-inner, .ls-thumbnail-slide-container {
    width: 100%;
	
.s-thumbnail-slide {
		height: 100x; 
		margin-left: -2319.5px;">

@media only screen and (max-width: 767px){
.ls-thumbnail-wrapper {
display: none !important;
}
}

.ls-slide .yourClass {

}

/* Eliminar el botón de reproducción y pausa */
.mejs-controls .mejs-play button { display: none; }
 
/* Eliminar el contador de tiempo y duración */
.mejs-container .mejs-controls .mejs-time span { display: none; }
 
/* Eliminar la barra de reproducción */
.mejs-controls div.mejs-time-rail { display: none; }
 
/* Eliminar el botón para silenciar el audio */
.mejs-controls .mejs-mute button { display: none; }
 
/* Eliminar el botón de volumen */
.mejs-controls div.mejs-horizontal-volume-slider { display: none; }
 

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }


