.slate h1,
.slate h2,
.slate h3,
.slate h4,
.slate h5,
.slate h6 {
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
}

.slate input[type="text"],
.slate input[type="email"],
.slate input[type="tel"],
.slate input[type="number"],
.slate input[type="password"],
.slate input[type="search"],
.slate select,
.slate textarea {
  background-color: white;
  color: black;
  border: 1px solid #cc0035;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}

.slate-form-wrapper #slate-form button,
.slate-form-wrapper label,
.slate-form-wrapper input[type="text"],
.slate-form-wrapper input[type="email"],
.slate-form-wrapper input[type="tel"],
.slate-form-wrapper input[type="number"],
.slate-form-wrapper input[type="password"],
.slate-form-wrapper input[type="search"],
.slate-form-wrapper select,
.slate-form-wrapper textarea {
  width: 100%;
}

.slate-form-wrapper #slate-form h2 {
  padding-bottom: 20px;
}

.slate font {
  color: white !important;
}

  .slate font::before {
    content: " ";
    color: white !important;
  }

.slate label {
  text-transform: uppercase;
  display: block;
  max-width: 80%;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.zero-out {
  margin: 0 !important;
  padding: 0 !important;
}

.slate div {
  padding: 0;
  margin: 0;
}

.slate-video-wrapper {
  display: flex;
  justify-content: end;
  background-color: #cc0035;
  height: 56vw;
}

#slate-video {
  height: 56vw;
  width: 100vw;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

#play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75px;
  width: 75px;
  background-color: transparent;
  border: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
}

#slate-video .iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

#label-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px 10px 10px 40px;
  background-color: white;
  border-top: 8px solid #cc0035;
  color: black;
  display: flex;
  justify-content: end;
  align-items: center;
}

#slate-video #label-block h2 {
  color: black !important;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-style: normal;
}

.slate-form-wrapper {
  position: relative;
}

#slate-form {
  margin-left: auto;
  margin-right: auto;
  background-color: #cc0035;
  color: white;
  width: 100vw;
  padding: 30px 45px 45px 45px;
}

  #slate-form .form-wrapper {
    max-width: 500px !important;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: normal;
  }

  #slate-form form div button {
    background-color: white !important;
    color: #cc0035 !important;
    border-radius: 3px;
    width: 400px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

    #slate-form form div button:hover {
      background-color: lightgray !important;
    }

/* Desktop ------------------------------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .slate-video-wrapper {
    min-height: 500px;
    height: auto;
    position: relative;
  }
}

@media screen and (min-width: 992px) {
  .slate {
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  #slate-video {
    height: 500px;
    width: 685px;
    background-position: center center;
    background-size: cover;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  #slate-form {
    min-height: 500px;
    width: 500px;
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  #label-block {
    padding: 20px 20px 20px 60px;
  }
}

/* Large Desktop ------------------------------------------------------------------------------------- */
@media screen and (min-width: 1280px) {
  .slate-video-wrapper {
    min-height: 600px;
  }
}

@media screen and (min-width: 1280px) {
  #slate-video {
    height: 600px;
    width: 860px;
  }
}

@media screen and (min-width: 1280px) {
  #label-block {
    padding: 30px 30px 30px 70px;
  }
}

@media screen and (min-width: 1280px) {
  #slate-form {
    min-height: 600px;
    width: 500px;
  }
}
