.envira-gallery-wrap .envira-gallery-public, .envira-gallery-wrap {
    margin-bottom: 0 !important;
}
.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
   #video-home {
       margin-top: -117px;
       margin-bottom: -117px;
   }
}