header.sticky-header {
    position: fixed;
    background-color: #000000;
    top: 0;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@media (max-width: 560px) {
 .main-slider .meta-content {
margin-bottom: 150px;
}
}

.video-block video {
  width: 100%;
  height: 750px;
  margin: 0 auto;
  object-fit: cover;
}
