*{
  box-sizing: border-box;
  }

body {
  width:100vw;
  height: 100vh;
  color: white;
  background-color: black;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-family: 'Roboto', sans-serif;
  }

.container{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.child{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#VC {
  width:1290px;
}

@media only screen and (max-width: 900px) {
  #VC {
    width:auto;
    //width: 100vw;
    height: 100%;
    top:0 auto;
  }
}

.vid {
display: flex;
flex-wrap: wrap;
width: auto;
height:auto;
justify-content: center;
align-content: center;
padding: 0px;
}

.videoContainer {
position: relative;
margin: 0 auto;
width: auto;
align-self: center;
}

.go {
  position:absolute;
  margin-top:0px;
  top: 20px;
  right: 0px;
  z-index: 1000 auto;
  cursor: pointer;
}


#info {
   display:none;
}

li {
list-style-type: none;
}

a:link, a:visited {
  color:red;
}

.cookieAcceptBar {
  background-color: #000;
  color: #fff;
  padding: 10% 0 ;
  width:100%;
  //background-color: #145a86;
  opacity: 0.8;
  z-index: 10;
  align-self: center;
}

.cookieAcceptBar .intro {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.cookieAcceptBar {
  display:none;
  }

.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

button {
  cursor: pointer;
  border: none;
  background-color: #2387c0;
  color: #fff;
  text-transform: uppercase;
  margin: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

#bgButton {
  position:fixed;
  bottom: 10px;
  z-index: 999;
  cursor: pointer;
}


.selLang{
  text-align:right !important;
}
.selLang button{
  background-color: unset !important;
}

.title{
  font-size: 5rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0;
}
.artist {
  font-size: 2rem;
  margin-bottom: 3rem;
  font-family: 'Playfair Display', serif;

}
.subTitle{
  font-size: 1rem;
  margin-top:0;
  margin-bottom: 2rem;
}
.guide{
  font-family: 'Roboto', sans-serif;
  font-size: .8rem;
}

.fullScrBtn{
  position:fixed;
  left:2rem;
  bottom: 2rem;
  cursor: pointer;
  font-size: 2rem;
}
