/*CSS Layout bloque redes sociales*/
			.bk-rs-carret-iframe{
				width: 300px;
				height: 300px;
				max-width: 300px;
			}
			.bk-rs-carret-item-youtube-link{
				width: 620px;
				height: 300px;
				position: relative;
			}
				.bk-rs-carret-item-youtube-link img{
		            width: 100%;
		            height: 100%;
		            object-fit: cover;
				}
				.bk-rs-carret-item-paly-icon{
					z-index: 2;
					position: absolute;
					width: 62px;
					height: 62px;
					top: calc(50% - 31px);
					left: calc(50% - 31px);
				}
@media (max-width:768px) {
			.bk-rs-carret-iframe{
				width: 293px;
				max-width: 293px;
			}
			.bk-rs-carret-item-youtube-link{
				width: 293px;
				height: 300px;
				position: relative;
			}
}
