@font-face {
    font-family: main;
    src: url(fonts/HelveticaNeue.ttc);
  }

*, body{
    background-color: rgb(0, 0, 0);
    color: white;
    font-family: main;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

img{
    width: 30%;
}

.Wimg{
    width: 45%;
    margin:0;
}

.uWimg{
    width: calc(90% + 4px);
    margin:0;
}

.margin{
    margin:2px;
}

.logo{
    font-family: main;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 100;
    text-align: center;
    background: transparent;
    mix-blend-mode: difference;
    pointer-events: all !important
}

.title{
    background-color: transparent;
    font-size: 2em;
    position: relative;
    border: none;
    text-align: left;
    outline: none;
    top: 0;
    margin: 0;
    padding: 0 0.3em;
    mix-blend-mode: difference;
}

.titleAbout{
    
    mix-blend-mode: difference;
    background-color: transparent;
    position: fixed;
    right:0;
    text-align: right;
    bottom: 0;
    margin: 0;
    padding: 0;
    padding-right: 0.3em;
    z-index: 1000;
    cursor: pointer;
}

.subTitle{
    background-color: transparent;
    font-size: 2em;
    position: relative;
    border: none;
    text-align: left;
    outline: none;
    margin: 0;
    padding: 0;
    mix-blend-mode: difference;

}

.hidCont{
    max-height: 0;
    overflow: hidden;
}


.content {
    padding: 0 3em;
    -webkit-transition: max-height 0.8s cubic-bezier(0.8,0, 0.2, 1);
    -moz-transition: max-height 0.8s cubic-bezier(0.8,0, 0.2, 1);
    transition: max-height 0.8s cubic-bezier(0.8,0, 0.2, 1);
}

.subContent {
    padding: 0 ;
    -webkit-transition: max-height 0.8s cubic-bezier(0.8,0, 0.2, 1);
    -moz-transition: max-height 0.8s cubic-bezier(0.8,0, 0.2, 1);
    transition: max-height 0.8s cubic-bezier(0.8,0, 0.2, 1);
}



  .video-container {
    position: relative;
    display: inline-block;
    padding-bottom: calc(25% * 0.75); /* 16:9 */
    margin: .35%;
    width: 29.3%;
    height: 0;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .bgContact{
    width: 100vw;
    height: 100vh;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none !important;

    -webkit-transition: all 0.8s cubic-bezier(0.8,0, 0.2, 1);
    -moz-transition: all 0.8s cubic-bezier(0.8,0, 0.2, 1);
    transition: all 0.8s cubic-bezier(0.8,0, 0.2, 1);
  }

.poster-slideshow {
  position: relative;
  width: 30%; /* same as your normal posters */
  display: inline-block;
  vertical-align: top;
}

.poster-slideshow .poster-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  object-fit: cover;
  opacity: 0;
  transition: opacity .01s ease-in-out; /* smooth fade only */
}

.poster-slideshow .poster-slide.is-visible {
  opacity: 1;
}

  @media screen and (max-width: 600px) {
    img{
        width: 90%;
    } 
    .Wimg{
        width: 90%;
        margin:0;
    }
    .video-container {
        margin: 0;
        width: 90%;
      }
      .bgContact{
        background-color: black;
      }
  }