 


.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;
}
.section__videos-destacados .btn.btn-yt {
    border-radius: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}