html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.wpcf7 label {
  color: #ffffff;
  position: relative;
  float: none;
  width: 100%;
}

.wpcf7 input[type="text"] {
	margin: auto;
    width: 80%;
}

.wpcf7 input[type="email"] {
	margin: auto;
    width: 80%;
}

.wpcf7 {

  padding: 10px 10px;
  background: linear-gradient(#bbbbbb, #cccccc);
  border: 2px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.contact-f {
  background-color: #bbbbbb;
  padding:10px;
  height: 100%;

}

.site-image {
  display: none;
}

.my-popup {
  width: 100%;
  margin: 0 auto; /* centers horizontally */
}

.hypnosis-email-course-form-embed {
  margin: 0 auto;
  max-width: 500px;
  text-align: justify;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}