.wtd-twitter {
  display: inline-block;
  background: #08454a;
  color: #a5b307;
  padding: 2px 7px;
  border-radius: 10px;
  font-family: sans-serif;
  font-weight: bold;
}
.overlay-container {
  position: relative;
  text-align: center;
  color: white;
}
.overlay-image-ctn p {
  font-size: 17px;
  text-align: left;
  line-height: 1.7em;
}
.overlay-image-ctn h4 {
  text-align: left;
}
blockquote {
  font-size: 0.6em;
  text-align: left;
  padding: 10px 20px;
  background: aliceblue;
  margin: 5px;
}
.teacher-title,
.teacher-body {
  width: 80%;
  position: absolute;
  color: #a5b307;
  left: 50%;
  transform: translate(-50%, -50%);
}
.teacher-title {
  top: 50%;
}
.teacher-body {
  top: 78%;
}

.text-line {
  background-color: transparent;
  outline: none;
  outline-style: none;
  outline-offset: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 3px 0px;
}
.overlay-image-ctn {
  background: white;
  padding: 1.5em;
  font-size: 30px;
  line-height: 1.2em;
}
.download-btn {
  font-family: sans-serif;
  margin: 2em 0;
  font-weight: bolder;
  color: #a5b307;
  background: #08454a;
}
#imageLoader {
  display: none;
}
#canvasID {
  z-index: 9999;
}
input#name {
  font-family: sans-serif;
  font-weight: bolder;
  font-size: 1.2em;
}
textarea#reason {
  border: none;
  padding: 10px 0px 0px 0px;
  line-height: 1.3em;
  background: none;
  font-family: sans-serif;
  font-weight: bolder;
  font-size: 1.2em;
}
.overlay-body-text {
  margin: 15px 0;
}
label.form-check-label {
  font-size: 18px;
}
.hidden {
  display: none;
}
#canvas-wrap {
  position: relative;
  width: 100%;
}

#imageLoader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.embed-video-ctn iframe {
  width: 100%;
  height: 360px;
}
@media only screen and (max-width: 1200px) {
  input#name,
  textarea#reason {
    font-size: 2.6vw;
  }
  .teacher-body {
    top: 78%;
  }
}

@media only screen and (max-width: 1200px) {
  .embed-video-ctn iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .embed-video-ctn iframe {
    height: 200px;
  }
}
@media only screen and (max-width: 770px) {
  .teacher-name {
    width: 100%;
  }
}
