/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 25 2026 | 17:38:45 */
.wpvl_auto_thumb_box {
    position: relative;
    width: 100% !important;
	height: unset !important;
	aspect-ratio: 16 / 9 !important;
	overflow: hidden !important;
	display: flex;
    justify-content: center;
    align-items: center;
	border: solid 1px #656565;
	border-radius: 4px;
}

.video_lightbox_auto_anchor_image {
    width: 100% !important;
    height: auto !important;
	object-fit: cover;
    display: block;
}

.wpvl_auto_thumb_play {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}