body{
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}

p{
  margin: 1em;
}

h1{
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 1em;
}

iframe{
  width: 80vh;
  height: 80vw;
}

.popup{
  width: 96vw;
  height: 96vh;
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.8);
  box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.8);
  position: fixed;
  top: 2vh;
  left: 2vw;
  padding: 20px;
  z-index: 4;
  background: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.column{
  position: relative;
  z-index: 0;
  text-align: center;

}

.popup.hidden{
  display: none;
}

.btn{
  padding: 10px;
  border-radius: 10px;
  border: 5px solid #6896d2;
  margin-top: 20px;
  color: #777;
}

.info{
  font-weight: 700;
  font-size: 2em;
  padding-left: 30%;
  padding-right: 30%;
  text-align: center;
}

.video{
  width: 100vw;
  height: 80vh;
  margin-bottom: 1em;
}

.desktop{
  display: none;
}

section{
  display: block;
}

.pollframe{
  position: relative;
  width: 90vw;
  height: 90vh;
  overflow: hidden;
}

.pollif{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

@media screen and (max-width: 900px){
  section{
    display: none;
  }
  .desktop{
    display: block;
  }
}
