/* CSS dinâmico para #ws-lista-com-imagens */

#diferenciais-ws-lista-com-imagens .lista-imagens .bg {
    padding-top: 300px !important;
    margin-top: -300px !important;
    background-position: center top !important;
    background-size: contain !important;
}

#ws-lista-com-imagens .casca {width: 1500px;}
#ws-lista-com-imagens .bg { background-position: center; background-size: cover; }
#ws-lista-com-imagens .imagem-anexo img { margin: auto; max-width: 110px !important; }
#ws-lista-com-imagens .legenda { color: PID (Post ID) ou PIDU (Post IDU) via GET não existentes!; font-size: 0.9em; line-height: 1.5; margin-top: 22px; margin-bottom: 0; text-variatin }
#ws-lista-com-imagens .item-em-linha { vertical-align: top !important; }

#ws-lista-com-imagens .sombra {
    background: rgb(0, 0, 0, 0.4);
    width: 40%;
    height: 4px;
    margin-left: 30%;
    border-radius: 76%;
    filter: blur(3px);
}

/* -------------------------------------------------------------- */			
/* 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) {



}




/* -------------------------------------------------------------- */			
/* Tablet na vertical & telas antigas 800x600 */			
@media only screen and (min-width: 768px) and (max-width: 980px) {



}


/* -------------------------------------------------------------- */			
/* 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) {

	#ws-lista-com-imagens .imagem-anexo img { margin: auto; max-width: 100px !important; }

}



/* -------------------------------------------------------------- */			
/* Mobile horizontal */			
@media only screen and (min-width: 480px) and (max-width: 767px) {



}




/* -------------------------------------------------------------- */			
/* Mobile na vertical */	
@media only screen and (max-width: 479px) {



}