body #page h1 {
  font-size: 65px;
}

@media screen and (max-width: 480px) {
  body #page h1 {
    font-size: 30px;
  }
}

body #page a {
  font-size: 20px;
}

@media (max-width: 768px) {
  .woocommerce div.product {
    padding: 1rem;
  }
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.woocommerce div.product form.cart .variations th {
  font-size: 19px;
  line-height: -4px;
  font-weight: 100;
  background-color: #ffffff;
}

.woocommerce-variation-add-to-cart.variations_button {
  background-color: #ffffff;
}

#quantity_6a5389ae8882b.input-text.qty.text {
  background-color: #ffffff;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #15d61b;
  font-size: 20px;
}