body {
  margin: 0 auto;
  max-width: 800px;
}


.d-none {
  display: none;
}

.container {
  margin-left: 20px;
  margin-right: 20px;
}

img {
  width: 100%;
  height: auto;
}

p {
  font-family: sofia-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5vw;
  color: #000000;
  text-align: center;
  line-height: normal;
}

h1 {
  font-family: comic-serif-pro,sans-serif;
font-weight: 400;
font-style: normal;
  font-size:5vw;
  color: #3effb9;
  letter-spacing: 0px;
  text-align:center;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;

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

.video-responsive1{
    overflow:hidden;
    padding-bottom:56.25%;
    padding-left: 20px;
    padding-right: 20px;
    position:relative;
    height:0;

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

.video-responsive2 iframe{
    height: 50%;
    width:60%;
    text-align: center;
    margin: 0 auto;
    position:absolute;
}

.video-responsive2{
    overflow:hidden;
    margin-left: 15%;
    margin-right: 20%;
    padding-bottom: 300px!important;



}

.centered {
max-width: 100%;

}


a {
  color: #3effb9;
}

.text {
  font-size: 24px;
}


.player .vp-sidedock button {
  visibility: none!important;
}
