* {
  box-sizing: border-box;
  font-family: "Open Sans", serif;
}

body,
ul,
li,
figure,
img {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.main {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.carousel figure {
  width: 100%;
  height: 100vh;
}
.carousel figure img {
  width: 100%;
}
@media (width < 768px) {
  .carousel figure img {
    width: auto;
    height: 100%;
  }
}

.fixed-logo {
  position: absolute;
  z-index: 2;
  height: auto;
}
.fixed-logo img {
  width: 100%;
}
@media (width < 768px) {
  .fixed-logo {
    top: 30%;
    left: 3%;
    width: 74%;
  }
}
@media (width >= 768px) {
  .fixed-logo {
    top: 30%;
    left: 6%;
    width: 70%;
  }
}
@media (width >= 992px) {
  .fixed-logo {
    top: 45%;
    left: 28.33%;
    width: 500px;
  }
}
@media (width >= 1024px) {
  .fixed-logo {
    top: 45%;
    left: 28.33%;
    width: 34%;
  }
}
@media (width >= 1200px) {
  .fixed-logo {
    top: 45%;
    left: 28.33%;
    width: 34%;
  }
}
@media (width >= 1280px) {
  .fixed-logo {
    top: 45%;
    left: 28.33%;
    width: 34%;
  }
}
@media (width = 1366px) {
  .fixed-logo {
    top: 45%;
    left: 28.33%;
    width: 34%;
  }
}
@media (width >= 1400px) {
  .fixed-logo {
    top: 45%;
    left: 28.33%;
    width: 34%;
  }
}
@media (width >= 1440px) {
  .fixed-logo {
    top: 45%;
    left: 28.33%;
    width: 34%;
  }
}
@media (width >= 1600px) {
  .fixed-logo {
    top: 45%;
    left: 28.33%;
    width: 34%;
  }
}
@media (width >= 1920px) {
  .fixed-logo {
    top: 45%;
    left: 28.33%;
    width: 34%;
  }
}

.fixed-caption {
  position: absolute;
  z-index: 2;
  height: auto;
}
@media (width < 768px) {
  .fixed-caption {
    top: 60%;
    right: 25%;
    width: 50%;
  }
}
@media (width >= 768px) {
  .fixed-caption {
    top: 65%;
    right: 30%;
    width: 40%;
  }
}
@media (width >= 1024px) {
  .fixed-caption {
    top: 10%;
    right: 10%;
    width: 14%;
  }
}
@media (width >= 1200px) {
  .fixed-caption {
    top: 10%;
    right: 10%;
    width: 14%;
  }
}
@media (width >= 1280px) {
  .fixed-caption {
    top: 10%;
    right: 10%;
    width: 14%;
  }
}
@media (width >= 1366px) {
  .fixed-caption {
    top: 10%;
    right: 10%;
    width: 14%;
  }
}
@media (width >= 1400px) {
  .fixed-caption {
    top: 10%;
    right: 10%;
    width: 14%;
  }
}
@media (width >= 1440px) {
  .fixed-caption {
    top: 10%;
    right: 10%;
    width: 14%;
  }
}
@media (width >= 1600px) {
  .fixed-caption {
    top: 10%;
    right: 10%;
    width: 14%;
  }
}
@media (width >= 1920px) {
  .fixed-caption {
    top: 10%;
    right: 10%;
    width: 14%;
  }
}

@media (width > 992px) {
  #carousel-desktop {
    display: block;
  }
}
@media (width < 992px) {
  #carousel-desktop {
    display: none !important;
  }
}

@media (width > 992px) {
  #carousel-mobile {
    display: none;
  }
}
@media (width < 992px) {
  #carousel-mobile {
    display: block !important;
  }
}/*# sourceMappingURL=main.css.map */