/* Fondo azul y centrado de imagen para el bloque Halloween Header */
#halloween-header-block,
.halloween-header-block {
	background: #1F2755;
	text-align: center;
    padding-top: 55px;
}

#halloween-header-block img,
.halloween-header-block img,
.block-full-image-img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
}
