/* CSS dinâmico para #wsopen-ws-secao-abre */

#wsopen-ws-secao-abre { 
    background-image: url(https://novows.worksolution.ws/conteudos-do-sitio/uploads/2024/02/bg_ws_blocos.jpg); 
    background-color: ; 
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* -------------------------------------------------------------- */			
/* HD 720p (1280x720) */			
@media only screen and (min-width: 1280px) /*and (max-width: 1439px)*/ {
	
	
	
}



/* -------------------------------------------------------------- */			
/* Tablet na horizontal & telas antigas 1024x768 */			
@media only screen and (min-width: 981px) and (max-width: 1279px) {

	
}




/* -------------------------------------------------------------- */			
/* Comum a mobile vertical, horizontal e tablets */
@media only screen and (max-width: 980px) {

	
}
	

	
/* -------------------------------------------------------------- */			
/* Comum a mobile vertical e horizontal */
@media only screen and (max-width: 767px) {

	.work-video-scroller .scroll-item {
        width: 90%;
        padding-left: 1em;
        padding-right: 1em;
    }

}

