/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2023 | 21:24:43 */
// IMPORTANT
// dont change, important for responsiveness and rezizeability
// if you need to rezize the popup, edit in popup maker plugin

#pum-113 {
	overflow: hidden !important;
}

#video-container {
	padding-bottom: 56.25%; /* 16:9 */
  	height: 0;
}

#video-container iframe {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}