 


.section__videos-destacados .videos-destacados-home figure {
	overflow: hidden;
	height: 240px;
	border-radius: 1rem;
}

.section__videos-destacados .videos-destacados-home figure img {
	object-fit: cover;
	height: 100%;
  width: calc(100% + 4px);
	max-width: initial;
  margin-left: -2px;
}
.section__videos-destacados	.icos-link {
		text-decoration: none;
	}
.section__videos-destacados .content-img-card-bch {
	background-size: cover;
  background-position: center;
}