.get-in-touch {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .get-in-touch {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .get-in-touch {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

.contact-container {
  background-color: #F2F2F2;
  color:            #000000;
  padding: 30px 40px;
  height: 100%;
}

.contact-container p {
  margin-bottom: 0;
}

.contact-container a:hover {
  text-decoration: underline;
}

.drop-msg-container {
  background-color: #161616;
  color:            #FFFFFF;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .drop-msg-container {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
@media (min-width: 1024px) {
  .drop-msg-container {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (min-width: 1200px) {
  .drop-msg-container {
    padding-top: 116px;
    padding-bottom: 116px;
  }
}

.contact-form {
  max-width: 690px;
  margin-top: 32px;
}

.contact-form label {
  color: white !important;
}

.contact-form .website {
  position: absolute;
  left: -5000px;
}

/*#publiccontactform-name, #publiccontactform-email {*/
/*  min-height: 60px;*/
/*  min-width:  320px;*/
/*}*/
@media (min-width: 768px) {
  .drop-msg-container {
    position: relative;
  }
  .drop-msg-container::after {
    background-image: url('/img/spacesuitcollections/svgs/helmet-background-element.svg');
    background-repeat: no-repeat;
    background-position: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: -40px;
    bottom: 0;
    height: 80%;
    transform: translateY(-50%);
  }

  .drop-msg-container > .col-md-12.text-center,
  .drop-msg-container > .container-fluid {
    z-index: 1;
  }
}