.ba-contact-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
.ba-contact-hero__info {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 75px;
    font-size: 24px;
}
.ba-contact-hero__info a {
    color: #fff;
    border-width: 0px !important;
    border-color: RGBA(255, 255, 255, 0);
    border-radius: 0px !important;
    letter-spacing: 2.4px;
    font-size: 24px;
    text-transform: uppercase !important;
    background-color: RGBA(255, 255, 255, 0);
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    text-decoration: none;
	    font-weight: 300;
}
.ba-contact-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ba-contact-hero {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ba-contact-hero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.ba-contact-hero__image,
.ba-contact-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ba-contact-hero__content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 1200px;
	padding: 242px 0 178px 0;
}

.ba-contact-hero__title {
    font-size: 76px;
    line-height: 76px;
    letter-spacing: 3.57px;
    font-family: 'Proxima Nova';
    font-weight: 100;
    text-align: center;
    color: #EAE5DF;
	    margin-bottom: 96px;
}

.ba-contact-hero__form {
    margin-top: 40px;
    max-width: 610px;
    margin: 0 auto;
}

 
.ba-contact-hero__media .ba-hero__fallback {
  display: none !important;
}
.ba-contact-hero__media {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

 
@media all and (max-width: 980px) {
	.mobile-hide{
		display: none;
	}
.ba-contact-hero__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    margin-bottom: 75px;
}
    .ba-contact-hero__info a {
        color: #fff;
        border-width: 0px !important;
        border-color: RGBA(255, 255, 255, 0);
        border-radius: 0px !important;
        letter-spacing: 2.4px;
        font-size: 16px;
        text-transform: uppercase !important;
        background-color: RGBA(255, 255, 255, 0);
        padding-top: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        font-family: 'Proxima Nova';
        font-weight: 600;
    }
.ba-contact-hero__form {
  margin-top: 40px;
  max-width: 90%;
  width: 90%;	
  margin: 0 auto;
}
.frm_form_fields .frm_fields_container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 0;
}
.ba-contact-hero__content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 100%;
  padding: 141px  0;
}
.ba-contact-hero__title {
  font-size: 51px;
  line-height: 51px;
  letter-spacing: 2.4px;
  font-family: 'Proxima Nova';
  font-weight: 100;
  text-align: center;
  color: #EAE5DF;
  margin-bottom: 54px;
	display: none;
}
}

