/* -- START -- Reset */
#bsa-block-336--280 h3,
#bsa-block-336--280 a,
#bsa-block-336--280 img,
#bsa-block-336--280 span,
#bsa-block-336--280 p {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	line-height: 1.25;
}
/* -- END -- Reset */


/* -- START -- TEMPLATE */
#bsa-block-336--280.apPluginContainer .bsaProItem,
#bsa-block-336--280 .bsaProItemInner__thumb,
#bsa-block-336--280 .bsaProAnimateThumb {
	max-width: 336px;
	max-height: 280px;
	aspect-ratio: 336/280;
}

#bsa-block-336--280 .bsaProAnimateThumb {
	position: relative;
	width: 100%;
	height: 280px;
}

#bsa-block-336--280 .bsaProAnimateThumb:before{
	content: "";
	display: block;
}

#bsa-block-336--280 .bsaProItemInner__url {
	height: 100%;
}

#bsa-block-336--280 .bsaProItemInner__img {
	position:  absolute;
	width: 100%;
	max-width: 336px;
	height: 100%;
	max-height: 280px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}
/* -- END -- TEMPLATE */