.nav-wrapper{text-transform: uppercase;font-family:Nunito Sans;}

.nav-wrapper .root-item:hover>a:after, .nav-wrapper .root-item.current-menu-ancestor>a:after, .nav-wrapper .root-item.current-menu-item>a:after {display:none;}
.reel-box {
  height: 350px;
  overflow: hidden;
  border-radius: 12px;
}

.reel-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reel-box:hover video {
  transform: scale(1.08);
  transition: 0.4s ease;
}

/* Mobile view */
@media (max-width: 768px) {
  .elementor-column {
    width: 100% !important;
			
  }

  .reel-box {
    height: 430px;
  }
}
@media (min-width: 600px) {
		elementor-column{width: 50% !important;
			
  }

  .reel-box {
    height:430px
  }
}
/* Mobile view top bar*/
@media only screen and (max-width: 767px) {
    #top-bar .left-text {
        width: 100%;
        text-align: center;
    }
}

.nasa-header-flex .logo-wrapper, .nasa-header-flex .icons-wrapper {
    padding-bottom: 10px;
}
/* Mobile Logo*/
.mobile-menu .logo .header_logo{padding-bottom:8px;}
@media (max-width: 768px) {
    .reel-box {
        height: 490px;
        width:385px;
    }
}
.nasa-banner-content.valign-bottom {
		bottom: 15%;}