.hero_text_container{
    position: relative;
    top: 100px;
    width: 100%;
    z-index: 90;
}
  .hero_text_container .hero_text_wrap{}
  .hero_text_container .hero_text_wrap h1{
     margin: 0;
     font-family: 'typographicaregular', sans-serif;
     letter-spacing: 1px;
  }
  .hero_text_container .hero_text_wrap .button_left{
    float: left;
    margin-right: 10px;
  }
  .hero_text_container .hero_text_wrap .button_right{
    float: left;
  }
  .hero_text_container .DS_edit_mode_title_accent_text1 {
    font-size: 30px;
    text-decoration: underline;
  }


.pull_up_section{
  position: relative;
  z-index: 91;
  margin-top: -200px;
}
  .pull_up_section .backg{
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    backdrop-filter:  blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .new_jobs_alert{
    background: #fff;
    display: table;
    padding: 5px 20px;
    margin: auto;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    color: red;
  }


.cta_text_wrap{
  margin-top: 200px; 
  width: 100%;
  max-width: 400px;
}

video#bgvid { 
    position: absolute;
    top: 50%;
    left: 50%;
    in-width: 100%;
    min-height: 100%;
    idth: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;

    object-fit: cover;
    width: 100vw;
    height: 100vh;
}


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {
  .hero_text_container .hero_text_wrap h1{
    font-size: 48px;
  }
}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
  .hero_text_container .hero_text_wrap h1{
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .hero_text_container{
    top: 50px;
  }
   .hero_text_container.has_sda_banner{
      top: 100px;
   }
  .h80 {
    min-height: 90%;
    min-height: 90vh;
  }
  .cta_text_wrap{
    width: 100%;
    max-width: 370px;
    margin: auto;
    margin-top: 100px; 
  }
  .pull_up_section{
    margin-top: -290px;
  }
}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}

@media screen and (max-height: 769px) {
  .hero_text_container {
      top: 0px;
  }
}
@media screen and (max-height: 669px) {
  .hero_text_container {
      top: 0px;
  }
   
   .pull_up_section{
    margin-top: -175px;
  }
}
@media screen and (max-height: 499px) {
  /* Horizontal View */
  .hero_text_container {
      top: 20px;
  }
  .pull_up_section{
    margin-top: 0px;
  }
  .partner_banner{
    display: none;
  }
}