@font-face {
  font-family: "Alaska";
  src: url("../fonts/Alaska-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alaska";
  src: url("../fonts/Alaska-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Alaska";
  src: url("../fonts/Alaska-SemiBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Alaska";
  src: url("../fonts/Alaska-SemiBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Alaska";
  src: url("../fonts/Alaska-Black.woff2") format("woff2");
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "Alaska";
  src: url("../fonts/Alaska-BlackItalic.woff2") format("woff2");
  font-weight: bolder;
  font-style: italic;
}
@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-BookItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
.is-xxs, .is-xs, .is-s, .is-m, .is-l, .is-xl {
  display: none;
}

@media only screen and (min-width: 320px) {
  .is-xxs {
    display: block;
  }
}

@media only screen and (min-width: 570px) {
  .is-xs {
    display: block;
  }
}

@media only screen and (min-width: 740px) {
  .is-s {
    display: block;
  }
}

@media only screen and (min-width: 1100px) {
  .is-m {
    display: block;
  }
}

@media only screen and (min-width: 1300px) {
  .is-l {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .is-xl {
    display: block;
  }
}

.only-xxs, .only-xs, .only-s, .only-m, .only-l, .only-xl {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
  .only-xxs {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 570px) {
  .only-xs {
    display: block;
  }
}

@media only screen and (min-width: 571px) and (max-width: 740px) {
  .only-s {
    display: block;
  }
}

@media only screen and (min-width: 741px) and (max-width: 1100px) {
  .only-m {
    display: block;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .only-l {
    display: block;
  }
}

@media only screen and (min-width: 1301px) {
  .only-xl {
    display: block;
  }
}

*:focus {
  outline: none !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

.pointer {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

.alert {
  line-height: 1.8rem;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.swiper-container {
  position: relative;
}
.swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-container .swiper-slide .swiper-button-white {
  transition: 0.5s ease;
  margin-left: 10px;
  margin-right: 10px;
}
.swiper-container .swiper-slide .swiper-button-white:hover {
  transform: scale(1.2);
  transition: 0.5s ease;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.container-fluid {
  padding: 0 !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#loader {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
#loader .loading {
  height: 20vw;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  #loader .loading {
    width: 50vw;
    height: auto;
  }
}
@media only screen and (max-width: 740px) {
  #loader .loading {
    width: 90vw;
  }
}

.fade-in {
  opacity: 0;
}

.slide-up-fade-in {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
}

.slide-right-fade-in {
  position: relative;
  opacity: 0;
  transform: translateX(-50px);
}

.slide-left-fade-in {
  position: relative;
  opacity: 0;
  transform: translateX(50px);
}

html, body {
  width: 100vw;
  color: #242424;
  font-family: "CircularStd";
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1100px) {
  html, body {
    overflow-x: hidden;
  }
}
html ::-moz-selection, body ::-moz-selection {
  background: #F2001C;
}
html ::selection, body ::selection {
  background: #F2001C;
}
html ::-moz-selection, body ::-moz-selection {
  background: #F2001C;
}
html a, body a {
  text-decoration: none;
  color: #242424;
  font-weight: bold;
}
html a:hover, body a:hover {
  color: #F2001C;
}
html img, body img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

body {
  padding-top: 120px;
  overflow-x: hidden;
  position: absolute;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5 {
  font-family: "Alaska";
  font-weight: bold;
}

h1 {
  font-size: 80px;
}
@media only screen and (min-width: 1600px) {
  h1 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 740px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 60px;
}
@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1100px) {
  h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 740px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 40px;
}
@media only screen and (min-width: 1600px) {
  h3 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  h3 {
    font-size: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 740px) {
  h3 {
    font-size: 24px;
  }
}

p, a, ul, h4 {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 1600px) {
  p, a, ul, h4 {
    font-size: 22px;
  }
}

p, ul {
  margin-bottom: 20px;
}

.headline, .headline p {
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (min-width: 1600px) {
  .headline, .headline p {
    font-size: 30px;
    line-height: 38px;
  }
}

.highlight, .highlight p {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 1600px) {
  .highlight, .highlight p {
    font-size: 26px;
    line-height: 34px;
  }
}

#play-cursor {
  z-index: 100;
  opacity: 0;
  position: absolute;
  width: 120px;
  height: 120px;
  pointer-events: none;
  transition: opacity 0.5s ease;
  mix-blend-mode: difference;
}
#play-cursor .icon {
  color: #ffffff;
  font-size: 120px;
}
@media only screen and (max-width: 1100px) {
  #play-cursor {
    display: none;
  }
}

.active {
  font-weight: bolder !important;
  color: #F2001C !important;
}

.top-round-outline, .top-round-outline-footer {
  z-index: -500;
  position: absolute;
}

nav {
  position: absolute;
  z-index: 900;
  height: 100px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  transition: top 0.5s ease;
  padding: 0px 40px 0px 60px;
}
@media only screen and (max-width: 740px) {
  nav {
    padding: 0px 20px 0px 40px;
  }
}
nav .container-fluid {
  z-index: 5000;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .container-fluid .logo {
  height: 50px;
  width: auto;
  float: left;
}
nav .container-fluid .links {
  font-size: 24px;
  z-index: 2000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  background-color: #ffffff;
  flex-wrap: wrap;
  text-align: center;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1600px) {
  nav .container-fluid .links {
    font-size: 20px;
  }
}
nav .container-fluid .links .burger-logo {
  position: absolute;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: 60px;
  top: 25px;
}
@media only screen and (max-width: 740px) {
  nav .container-fluid .links .burger-logo {
    left: 40px;
  }
}
nav .container-fluid .links .content {
  height: 100vh;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
nav .container-fluid .links .content a {
  font-size: 24px;
  line-height: 32px;
  margin-right: 40px;
  font-weight: normal;
}
nav .container-fluid .links .content > a {
  display: block;
  margin: 20px 0;
}
nav .container-fluid .links .content .lang-switcher {
  font-size: 24px;
  line-height: 32px;
  margin: 20px 0;
}
nav .container-fluid .links .content .lang-switcher a {
  margin-left: 5px;
  margin-right: 5px;
}
nav .container-fluid .links .content .lang-switcher a:first-child {
  margin-left: 0;
}
nav .container-fluid .links .content .lang-switcher a:last-child {
  margin-right: 0;
}
nav .container-fluid .navbar-toggler {
  z-index: 8000;
  height: 60px;
  width: 60px;
  position: fixed;
  right: 30px;
  background-color: #ffffff;
  border-radius: 100px;
}
nav .container-fluid .navbar-toggler .animated-burger {
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav .container-fluid .navbar-toggler .animated-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #242424;
}
nav .container-fluid .navbar-toggler .animated-burger span:nth-child(1) {
  top: 0px;
}
nav .container-fluid .navbar-toggler .animated-burger span:nth-child(2), nav .container-fluid .navbar-toggler .animated-burger span:nth-child(3) {
  top: 10px;
}
nav .container-fluid .navbar-toggler .animated-burger span:nth-child(4) {
  top: 20px;
}
nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(2) {
  transform: rotate(45deg);
}
nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.top-round-outline {
  top: -20vw;
  left: 20vw;
  width: 120vw;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .top-round-outline {
    top: -50vw;
    width: 250vw;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}

#intro {
  display: none;
}
#intro h1 {
  font-size: 50px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  #intro h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  #intro h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1100px) {
  #intro h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 740px) {
  #intro h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 570px) {
  #intro h1 {
    font-size: 22px;
  }
}

header {
  position: relative;
  padding-top: 100px;
}
@media only screen and (max-width: 1100px) {
  header {
    padding-top: 0;
  }
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(16 / 9* 100%);
  aspect-ratio: 9/16;
  max-height: 90vh;
}

.video-container {
  position: relative;
  padding: 0;
  margin: 0 auto;
  background-color: #ffffff;
}
@media only screen and (max-width: 1100px) {
  .video-container {
    width: 90vw;
  }
}
.video-container #home-video {
  cursor: pointer;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.video-container #home-video a {
  display: block;
  width: 100%;
  height: 100%;
}
.video-container #home-video a img {
  transition: all 0.5s ease;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 740px) {
  .video-container #home-video a img {
    height: 100%;
    width: auto;
  }
}
.video-container #home-video a video {
  width: 100%;
  border: 2px #242424 solid;
  border-radius: 20px;
}
.video-container #home-video:hover img, .video-container #home-video:hover video {
  transform: scale(1.1);
}
.video-container .icon {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 150px;
  pointer-events: none;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  .video-container .icon {
    font-size: 100px;
  }
}
.video-container:hover .icon {
  font-size: 0px;
  opacity: 0;
  filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.4));
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  .video-container:hover .icon {
    font-size: 150px;
    opacity: 1;
  }
}
.video-container:hover img {
  transition: all 0.5s ease;
}

.sliding {
  position: absolute;
  top: 80%;
  left: -50%;
  transform: translateY(-50%);
  z-index: -200;
  pointer-events: none;
  transition: opacity 0.5s ease;
  width: 100vw;
}
@media only screen and (max-width: 1100px) {
  .sliding {
    padding-top: 0;
    bottom: 0;
  }
}
.sliding .wrapper {
  z-index: -200;
  white-space: nowrap;
}
.sliding .wrapper p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "Alaska";
  font-size: 300px;
  line-height: 300px;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F2001C;
}
@media only screen and (max-width: 1100px) {
  .sliding .wrapper p {
    font-size: 240px;
    line-height: 240px;
  }
}
@media only screen and (max-width: 570px) {
  .sliding .wrapper p {
    font-size: 200px;
    line-height: 200px;
  }
}
.sliding .wrapper.s-bottom {
  margin-left: -25%;
}

#outro h2 {
  text-align: center;
  font-size: 80px;
  font-weight: bolder;
}
@media only screen and (max-width: 1600px) {
  #outro h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1300px) {
  #outro h2 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1100px) {
  #outro h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 740px) {
  #outro h2 {
    font-size: 42px;
    -webkit-text-stroke-width: 1px;
  }
}
@media only screen and (max-width: 570px) {
  #outro h2 {
    font-size: 36px;
  }
}

section {
  padding-top: 200px;
}
@media only screen and (max-width: 1100px) {
  section {
    padding-top: 50px;
  }
  section:first-child {
    padding-top: 20px;
  }
}

footer {
  padding-top: 200px;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
footer a {
  pointer-events: initial;
}
footer h4, footer p {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  padding: 10px 14px;
}
footer .contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
footer .contact .block {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  width: calc(25% - 30px);
}
footer .contact .block:first-child {
  margin-left: 0px;
}
footer .contact .block:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 1100px) {
  footer .contact .block {
    width: calc(50% - 30px);
  }
  footer .contact .block:nth-child(-n+2) {
    margin-bottom: 40px;
  }
  footer .contact .block:nth-child(odd) {
    margin-left: 0px;
  }
  footer .contact .block:nth-child(even) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 740px) {
  footer .contact .block {
    width: 100%;
    margin: 20px 0;
  }
  footer .contact .block:first-child {
    margin-top: 0;
  }
}
footer .contact .block h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  footer .contact .block h4 {
    margin-bottom: 0;
  }
}
footer .contact .block a, footer .contact .block p, footer .contact .block a p {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  margin-bottom: 0;
}
footer .legal {
  color: #9D9D9D;
}
@media only screen and (max-width: 1100px) {
  footer .legal {
    text-align: center;
  }
}
footer .legal p {
  font-size: 14px;
  margin: 0 auto;
}
footer .legal a {
  font-size: 14px;
  color: #9D9D9D;
  font-weight: normal;
}
footer .legal a:hover {
  color: #F2001C;
}

.error .container {
  display: flex;
  flex-direction: column;
}
.error .container h2 {
  margin-top: 100px;
}
.error .container p {
  margin-bottom: 40px;
}
.error .container img {
  align-self: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1600px) {
  .error .container img {
    max-width: 700px;
  }
}

header .grid h1, header .grid h2, section .grid h1, section .grid h2 {
  grid-column-start: 1;
  grid-column-end: 9;
  margin-bottom: 200px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1100px) {
  header .grid h1, header .grid h2, section .grid h1, section .grid h2 {
    margin-bottom: 100px;
  }
}
header .grid .headline, header .grid .intro, section .grid .headline, section .grid .intro {
  padding: 10px 14px;
  background-color: #ffffff;
}
header .grid .headline, section .grid .headline {
  grid-column-start: 2;
  grid-column-end: 5;
}
@media only screen and (max-width: 1100px) {
  header .grid .headline, section .grid .headline {
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
header .grid .headline p, section .grid .headline p {
  margin-bottom: 20px;
}
header .grid .headline p:last-child, section .grid .headline p:last-child {
  margin-bottom: 0;
}
header .grid .intro, section .grid .intro {
  padding-top: 16px;
  grid-column-start: 5;
  grid-column-end: 8;
}
@media only screen and (max-width: 1100px) {
  header .grid .intro, section .grid .intro {
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
header .grid .intro p, section .grid .intro p {
  margin-bottom: 20px;
}
header .grid .intro p:last-child, section .grid .intro p:last-child {
  margin-bottom: 0;
}
header .grid .back-to, section .grid .back-to {
  margin-top: 0;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 18px;
  grid-column-start: 1;
  grid-column-end: 9;
  padding: 6px;
  background-color: #ffffff;
  float: left;
}
header .grid .back-to a, section .grid .back-to a {
  font-size: 16px;
}
header .grid .back-to a svg, section .grid .back-to a svg {
  width: 40px;
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}
header .grid .back-to a:hover svg, section .grid .back-to a:hover svg {
  transform: rotate(180deg) translateX(10px);
  transition: transform 0.5s ease;
}
header .grid .credits, section .grid .credits {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  grid-column-start: 1;
  grid-column-end: 9;
  padding: 6px;
  background-color: #ffffff;
  float: left;
}
@media only screen and (max-width: 1100px) {
  header .grid .credits, section .grid .credits {
    grid-column-end: 9;
  }
}
header .grid .credits a, section .grid .credits a {
  font-size: 18px;
}
header .grid .brief, section .grid .brief {
  grid-column-start: 3;
  grid-column-end: 7;
  padding: 10px 14px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1300px) {
  header .grid .brief, section .grid .brief {
    grid-column-start: 2;
    grid-column-end: 8;
  }
}
@media only screen and (max-width: 1100px) {
  header .grid .brief, section .grid .brief {
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
header .grid .brief p, section .grid .brief p {
  margin-bottom: 20px;
}
header .grid .brief p:last-child, section .grid .brief p:last-child {
  margin-bottom: 0;
}

.basic section {
  padding-top: 0;
}
.basic section h4 {
  margin: 20px 0;
}
.basic section p {
  margin-bottom: 20px;
}
.basic section ul {
  list-style: disc;
  padding-left: 24px;
}
.basic section ul li {
  margin-bottom: 10px;
}
.basic section ul li:last-child {
  margin-bottom: 0;
}
.basic section p, .basic section a, .basic section ul {
  font-size: 24px;
}
@media only screen and (max-width: 1600px) {
  .basic section p, .basic section a, .basic section ul {
    font-size: 20px;
  }
}

.cky-consent-container a, .cky-modal a {
  font-size: inherit;
  line-height: inherit;
}
.cky-consent-container p, .cky-modal p {
  font-size: inherit;
  line-height: inherit;
}
.cky-consent-container .cky-empty-cookies-text, .cky-modal .cky-empty-cookies-text {
  font-size: 12px;
}

.lg-backdrop {
  z-index: 9950;
  background-color: rgba(0, 0, 0, 0.8);
}

.lg-outer {
  cursor: pointer;
  z-index: 9960;
}

.lg-toolbar .lg-icon {
  margin: 10px;
  color: #ffffff;
  font-size: 2.5rem;
  transition: color 0.5s ease;
  padding: 0;
  height: auto;
  width: auto;
}
.lg-toolbar .lg-icon:hover {
  color: #F2001C;
  transition: color 0.5s ease;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  transition: opacity 0.5s ease;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  transition: opacity 0.5s ease;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  max-width: 80vw;
}
@media only screen and (max-width: 1100px) {
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    max-width: 100vw;
  }
}