#contact #container .s2 {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

#contact #container .s2 > div {
  width: 50%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#contact #container .s2 > div video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
#contact #container .s2 .img1
{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background:url(/i/contact-hero-1.jpg) no-repeat center/cover;
}
#contact #container .s2 .img2
{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background:url(/i/contact-hero-2.jpg) no-repeat center/cover;
}
#contact #container .s2 > div .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  z-index: 1;
  text-align: center;
}

#contact #container .s2 > div .content h2 {
  color: #42928F;
}
#contact #container .s2 > div .content a {
  color: #fff;
}
#contact #container .s2 > div .content h2 {
  font-family: "halyard-text";
  color:#42928F;
  font-style: normal;
  font-weight: 200;
  font-size: 4.5rem;
  line-height: 5.5rem;
  margin-bottom: 2rem;
  text-shadow:2px 2px 2px #000;
}

#contact #container .s2 > div .content a {
  font-size: 1.27rem;
  line-height: 2rem;
}

#contact #container .s3 {
  padding: 7.5rem 0;
}

/***** MEDIA *****/
@media screen and (max-width: 980px) {
  #contact #container .s2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact #container .s2 video {
    display: none;
  }
  #contact #container .s2 > div {
    width: 100%;
    height: 50vh;
  }
  #contact #container .s2 > div .content h2 {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #contact #container .s2 > div .content h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  #contact #container .s2 > div .content a {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  #contact #container .s3 {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 500px) {
  #contact #container .s2 > div video {
    display: none;
  }
  #contact #container .s2 > div:nth-child(1) {
    background: url(/i/contact-hero-1.jpg) no-repeat center/cover;
  }
  #contact #container .s2 > div:nth-child(2) {
    background: url(/i/contact-hero-2.jpg) no-repeat center/cover;
  }
}
