html,

body {
    margin: 0 auto;
    overflow-x: hidden;
}

#header {
    background: url(/images/bg_header_bg.jpg) #000000;
    background-size: auto;
    text-align: center;
}

.menu {
    position: absolute;
    margin-left: 70%;
    margin-top: -50px;
    display: flex;
    flex-direction: row;
}

.menu a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  padding-left: 20px;
}

.language {
  font-size: 2em;
  text-transform: uppercase;
}

#content {
  background-color: black;
  text-align: center;
}

.content_mob {
  display: none;
}

#footer {
  background-color: rgb(239, 1, 141);
  text-align: center;
}

/* PAGE CONTENT */
.video-content-buze {
  background: rgb(49, 192, 206) url(/images/bg_buze.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.video-content-ochi {
  background: rgb(233, 224, 33) url(/images/bg_ochi.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.video-content-unghii {
  background: rgb(237, 0, 140) url(/images/bg_unghii.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.page-title {
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 180px;
}

.page-title h1 {
  font-size: 6.4rem;
  font-weight: 600;
  margin: 0;
}

.page-about {
  font-size: 3rem;
  margin-top: -20px;
}

.video-youtube {
  padding-top: 60px;
  padding-bottom: 30px;
}

.video-iframe {
  border: 7px solid white;
  border-radius: 5px;
}

.video-iframe-ochi {
  border: 7px solid white;
  border-radius: 5px;
}

.video-iframe-unghii {
  border: 7px solid white;
  border-radius: 5px;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  background-color: #ffffff;
}

.prod-title-height {
  align-items: center;
}

.prod-vtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8em;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  word-spacing: 6px;
  margin-right: 20px;
}

.body-ochi .prod-vtitle {
  color: #e8df04;
}

.body-buze .prod-vtitle {
  color: #44bccc;
}

.body-unghii .prod-vtitle {
  color: #e31280;
}

.prod-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6em;
  padding-left: 10px;
}

.prod-text {
  font-weight: 400;
  font-size: 1.2rem;
  padding-left: 10px;
  padding-right: 10px;
}

.prod-title-pink {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.3em;
  color: #000;
}

.prod-text-pink {
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}

.img-prod {
  -webkit-box-shadow: 17px 18px 6px -7px #5B4A4C;
  box-shadow: 17px 18px 6px -7px #5B4A4C;
  max-height: 500px;
}

#footer_page_buze {
  margin-top: 50px;
  background-color: rgb(49, 192, 206);
  text-align: center;
}

#footer_page_ochi {
  margin-top: 50px;
  background-color: rgb(233, 224, 33);
  text-align: center;
}

#footer_page_unghii {
  margin-top: 50px;
  background-color: rgb(237, 0, 140);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #header .img-fluid {
    max-width: 200%;
  }

  .menu {
    margin-left: 60%;
    margin-top: -75px;
  }

}

@media only screen and (max-width: 360px) {
  .menu {
    margin-left: 57%;
    margin-top: -70px;
  }
}

@media only screen and (max-width: 320px) {
  .menu {
    margin-left: 55%;
    margin-top: -70px;
  }
}

@media only screen and (max-width: 768px) {
  .prod-title-pink {
    font-weight: 600;
    font-size: 1.6em;
  }

  .prod-text-pink {
    font-size: 1.2em;
  }

  .language {
    font-size: 24px;
    padding-left: 0;
  }

  .content_large {
    display: none;
  }

  .content_mob {
    display: block;
    max-width: 110% !important;
  }

  /* PAGE CONTENT */
  .menu_mobile {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }

  .menu_mobile .language {
    padding-left: 20px;
  }

  .page-title {
    padding-top: 30px;
  }

  .page-title h1 {
    font-size: 4.4rem;
  }

  .page-about {
    font-size: 2.4rem;
    padding-left: 3px;
  }

  .video-youtube {
    padding-top: 30px;
  }

  .video-iframe {
    width: 300px;
    background-color: rgb(49, 192, 206);
  }

  .video-iframe-ochi {
    width: 300px;
    background-color: rgb(233, 224, 33);
  }

  .video-iframe-unghii {
    width: 300px;
    background-color: rgb(237, 0, 140);
  }

  .prod-title-height {
    flex-wrap: wrap;
  }

  .prod-vtitle {
    word-spacing: 0;
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    padding-bottom: 20px;
  }

  .prod-title {
    padding-left: 0;
  }

  .prod-text {
    padding-left: 0;
    padding-right: 0;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .video-iframe {
    width: 660px;
  }

  .video-iframe-ochi {
    width: 660px;
  }

  .video-iframe-unghii {
    width: 660px;
  }

  .prod-vtitle {
    word-spacing: 0;
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    padding-bottom: 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .menu {
    margin-left: 60%;
  }

  .img-prod {
    max-height: 380px;
  }

  .page-title {
    padding-top: 120px;
  }

  .prod-vtitle {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    width: auto;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .img-prod {
    max-height: 500px;
  }
}
