@media only screen and (max-width: 480px) {
  #header .header-logo img {
    height: 47px;
    width: auto;
  }
  .main {
    margin-top: 24px;
  }
  /*
  #revolutionSlider_forcefullwidth > .slider-container {
    height: 160px !important;
  }*/
}
/* Default: Show image (mobile-first) */
.tp-bgimg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.rs-background-video-layer {
    display: none;
}
/* Desktop: Show video, hide image */
@media (min-width: 769px) {
    .tp-bgimg { /* defaultimg*/
        display: none;
    }

    .rs-background-video-layer {
        display: block;
    }
}