/* .media-choice {
position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 500px;
    overflow: hidden;
    width: 100%;
}

.media-choice video {
  /* Make video to at least 100% wide and tall */
 /* min-width: 100%; 
  min-height: 100%; 
  max-width: 100%; */

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
/* width: auto;
  height: auto; 

  /* Center the video */
/* top: 50%;
    transform: translateY(-50%) !important;
    position: relative;
} */

.video-wrap {
  width: 100%;
  z-index:0 !important;
}

.evolve-hero .media-choice {
  height:400px;
  width:800px;
}




.evolve-hero .video-wrap video {
  width: 100%;
  height: 100%;
}


.evolve-container {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.evolve-hero {
  position:relative;
    max-height: 400px;
    max-width: 710px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}



.heroItem {
  background-size:cover;
  background-position:center;
position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}












@media only screen and (max-width:767px) {
 
  
.media-choice video {
  max-width: none;
  height: -webkit-fill-available;
}

.evolve-hero .media-choice {
    height: auto !important;
    width: 800px;
    background-color: transparent !important;
}  
  
}