.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
  }
}
.blink-text {
  animation: blinker 2.5s linear infinite;
		
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.elementor-26 .elementor-element.elementor-element-454d559 .elementskit-section-title-wraper .elementskit-section-title{margin: 015px 0px 0px 0px;
    padding: 8px 25px 7px 25px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #4D4D4D;
    border-radius: 48px 48px 48px 48px;}
/* 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;
}