.contact-image-holder{}


@media(max-width:991px){
  .contact-image-holder{
    overflow:hidden;
    height:30vw;
  }
  .contact-image-holder img{
    object-fit:cover;
    height:100%;
  }
}


.contact-basic-form__form--button{
  margin-left:-12px;
}