.video-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000; }
  .video-popup video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .video-popup.hide {
    display: none; }

.overflow {
  overflow: hidden; }
  .overflow body {
    background: #000; }
  .overflow .wrapper {
    opacity: 0; }

.header__menu {
  flex: 1 0 auto; }

html body .lpc-gallery-3__item-img img {
  object-fit: contain; }
