/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2025 | 22:13:07 */
.loop-entry .entry-content-wrap {
    padding: 2rem;
}
.benefits-card {
	height: 100%;
	background-color: #eeeeee;
    border-radius: 10px;
}

/* Force Video to Show */
.force-video {
	width: 1320px;
}
@media (max-width: 1366px) {
	.force-video {
		width: calc(100vw - 60px);
	}
}
@media (max-width: 1024px) {
	.force-video {
		width: calc(100vw - 30px);
	}
}