.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}
.fl-module-content .primary-text {
	color: var(--primary) !important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.fl-module-content:hover .primary-text {
    color: rgba(255,255,255,0.5) !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.white-image img {
	filter: brightness(0) invert(1);
}

@media only screen and (max-width: 768px) {
  html, body {
      overflow-x: hidden;
  }
}


.film-video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* aspect ratio 16:9 */
  height: 0;
  overflow: hidden;
}

.film-video-embed iframe,
.film-video-embed object,
.film-video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
