  /** Content Grid **/
/*
#contentgrid_2{
    padding-top: 30px;
}
*/
#contentgrid_2 .content-grid__background-container .content-grid__inner-container .content-grid__copy-container .content-grid__copy{
    font-family: 'freight-text-pro';
}


/** Fullwidth Video **/

.fullwidth-video-section {
  width: 100%;
}
.fullwidth-video-section .fullwidth-video-background {
  width: 100%;
  background-color: #000;
  /*background-image:url(/_home-files/images/home-video-covers/30-v1-miami-university-drone-video-2023.jpg);*/
  /*background-size: cover;*/
  /*background-position: center;*/
}
.fullwidth-video-section .fullwidth-video-background .fullwidth-video-container {
  width: 100%;
  /*max-width: 1680px;*/
  height: 800px;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.fullwidth-video-section .fullwidth-video-background .fullwidth-video-container .fullwidth-video video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1024px;
  min-width: 100%;
  min-height: 100%;
  z-index: unset;
}
.fullwidth-video-section .fullwidth-video-background .fullwidth-video-container .fullwidth-video-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 3% 5%;
  display: flex;
  flex-direction: row;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 25%, rgb(0, 0, 0));
}
.fullwidth-video-section .fullwidth-video-background .fullwidth-video-container .fullwidth-video-footer .video-heading-container {
  display: block;
  flex-basis: 70%;
  color: #fff;
  font-family: 'freight-display-pro';
  font-size: 46px;
}
.miamiFamily{ 
    font-size: 72px;
    line-height: 65px;
}

.fullwidth-video-section .fullwidth-video-background .fullwidth-video-container .fullwidth-video-footer .video-control-container {
  flex-basis: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  /*padding-bottom: 5%;*/
}
.fullwidth-video-section .fullwidth-video-background .fullwidth-video-container .fullwidth-video-footer .video-control-container .video-control-button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  margin-left: 20px;
  padding: 0px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullwidth-video-section .fullwidth-video-background .fullwidth-video-container .fullwidth-video-footer .video-control-container .video-control-button .video-control-button-img {
  width: 100%;
}
.fullwidth-video-section .fullwidth-video-background .fullwidth-video-container .fullwidth-video-footer .video-control-container .video-control-button .hideIcon {
  display: none;
}
.fullwidth-video-section .fullwidth-video-footer-mobile {
  display: none;
}

@media only screen and (max-width: 1700px) {
  .fullwidth-video-section .fullwidth-video-background .fullwidth-video-container {
    height: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .fullwidth-video-section .fullwidth-video-background .fullwidth-video-container {
    height: 560px;
  }
}
@media only screen and (max-width: 1024px) {
  .fullwidth-video-section .fullwidth-video-background .fullwidth-video-container {
    height: 440px;
  }
  .fullwidth-video-section .fullwidth-video-background .fullwidth-video-container .fullwidth-video-footer .video-heading-container {
    font-size: 32px;
  }
  .miamiFamily{ font-size: 48px; }
}

@media only screen and (max-width: 768px) {
  .fullwidth-video-section .fullwidth-video-background .fullwidth-video-container {
    height: unset;
  }
  .fullwidth-video-section .fullwidth-video-background .fullwidth-video-container .fullwidth-video{
    position: relative;
  }
  .fullwidth-video-section .fullwidth-video-background .fullwidth-video-container .fullwidth-video video{
    z-index: unset;
    width: 100%;
    top: unset;
    left: unset;
    transform: unset;
    position: relative;
  }
  .fullwidth-video-section .fullwidth-video-background .fullwidth-video-container .fullwidth-video-footer .video-heading-container {
    display: none;
  }
  .fullwidth-video-section .fullwidth-video-background .fullwidth-video-container .fullwidth-video-footer .video-control-container {
    flex-basis: 100%;
    padding-bottom: 20px;
  }
  
  /*Mobile*/
  .fullwidth-video-section .fullwidth-video-footer-mobile {
    display: block;
    width: 80%;
    margin: auto;
    padding: 20px 0;
  }
  .fullwidth-video-section .fullwidth-video-footer-mobile .video-heading-container {
    display: block;
    flex-basis: 70%;
    font-family: serif;
  }
   .fullwidth-video-section .fullwidth-video-footer-mobile .video-heading-container h2{
     font-size: 36px;
     color: #c41230;
     text-align: center;
   }
}