div#dbc_galeria{	margin: 40px 0 0 0;	height: 100px;	box-sizing: border-box;	border-radius: 6px;	box-shadow: inset 0 0 6px #000000;	background-color: #444;	padding: 10px 10px 10px 10px;	text-align: center;	overflow: hidden;	overflow-x: auto;}div#dbc_galeria_in{	white-space: nowrap;}div#dbc_galeria_imagen {	display: inline-block;	width: 80px;	height: 80px;	margin: 0 1% 0 1%;	background-position: top center;	background-repeat: no-repeat;	background-size: cover;	cursor: pointer;}	/*////////////////// WIDTH < 1200px */@media only screen and (max-width: 1200px){	}/*////////////////// WIDTH < 900px */@media only screen and (max-width: 900px){	}