/* South West Tree Services — late overrides (loads after Enfold image CSS) */

/* Enfold sets animated images to opacity:0 until JS fires; keep them visible */
.avia_transform .avia_animated_image,
.avia_transform.js_active .avia_animated_image,
.avia_animated_image {
	opacity: 1 !important;
}

.swts-company-video,
.swts-video-embed {
	max-width: 960px;
	margin: 0 auto;
}

.swts-video-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #0d120c;
}

.swts-video-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
