html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-margin: 60px;
  overflow-x: hidden;
  font-size: 1.2rem;
}

body {
  color: #fff;
  background-color: #000;
  width: 100vw;
  height: 320vh;
}

.title {
  justify-content: center;
}

.contentStory {
  margin-top: 50px;
  margin-bottom: 100px;
}

.contentGameplay {
  padding: 100px 0px 100px 0px;
}

.guns,
.genre,
.gameplayloop {
  margin: 50px;
  display: flex;
  justify-content: center;
}

/* CAROUSEL */

.slick-carousel {
  display: flex;
  justify-content: center;
  padding-top: 95px;
  padding-bottom: 100px;
}

.slick-carousel h1 {
  display: flex;
  justify-content: center;
  padding: 40px;
}

.slick-carousel p {
  padding: 10px 100px 0px 100px;
}

.slick-carousel img {
  height: calc(50vh - 100px);
  width: auto;
  margin: 0 auto;
}

/* BACKGROUND */

.parallax-header {
  background: linear-gradient(rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.7)), url(images/StartBackground.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 320px;
}

.parallax-gameplay {
  background: linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.7)), url(images/ChernobyliteInside.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contentCharacters {
  background-image: url(images/CharactersBackground.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* DIVIDERS */

.divider1 {
  margin-top: -48px;
}

.divider2 {
  margin-bottom: -75px;
}

.divider3 {
  margin-top: -50px;
}

/* VIDEO */

.videoCont {
  position: relative;
  height: 420px;
  width: 660px;
}

#videoTrailer {
  background-color: #000000;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.videoCont:hover .click {
  visibility: visible;
  opacity: 1;
}

/* MEDIA */

@media (max-width: 1200px) {

  .html {
    overflow: hidden
  }

  .imgTitle {
    width: 15rem;
  }

  .parallax-header {
    padding: 100px;
  }
}