

.simple-content {
	overflow: hidden;
}

.simple-content .bg-fondo-izquierda{
	display: none;
/*	background-image: url(https://afpcapital.cdn.modyo.com/uploads/c473d563-fbea-43c3-8c89-dd6a4dd2130d/original/actualidad-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
	position: absolute;*/
	height: 100%;
	width: 193px;
	z-index: -1;
	left: -29px;
	bottom: -59px;
}

.simple-content .bg-fondo-derecha{
	background-image: url(https://afpcapital.cdn.modyo.com/uploads/5a1f2131-15db-44b8-9764-ebe2081da448/original/actualidad-bg-2-mobile.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	right: -10px;
	bottom: -49px;
}

.simple-content .right-image {
	width: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.simple-content .bg-fondo-izquierda{
		display: block;
	}

	.simple-content .bg-fondo-derecha{
		background-image: url(https://afpcapital.cdn.modyo.com/uploads/b11fdc86-af00-4e89-8870-e2db2c7c4b85/original/actualidad-bg-2.png);
		background-position: right bottom;
		right: 0;
		bottom: -50px;
	}

}