/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2026 | 11:37:40 */
.home #page {
	padding-top: 0;
}
.destacats_home #OvalBig,
.destacats_home #OvalSmall {
	stroke: rgb(255 255 255);
	stroke-opacity: 0.2;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.destacats_home .grid_destacat > [class^="gb-element-"]:last-child:nth-child(odd) {
	 	width: calc(200% + 22px);
	}
}

.destacats_home {
	position: relative;
	overflow: hidden;
}

.destacats_home .wp-block-embed-youtube,
.destacats_home .wp-block-embed__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.destacats_home .wp-block-embed-youtube iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 177.77vh; /* 16:9 */
	min-height: 56.25vw; /* 16:9 */
	transform: translate(-50%, -50%);
	border: 0;
}