 body, html {
  height: 100%;
}

.bg {
  /* The image used */
  background-image: url("/img/faq.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.frame {
    margin-top: 50px;
    align: center;
}

#contactDivs{
  position: absolute;
  background-color: #ffffff;
  color: #a80432;
  /* width: 180px; */
  width: 100%;
  height: 110px; /*70px; */
  font-size:18px;
  z-index: 10000;
  text-align: center;
  /* border-radius:8px; */
  padding-top: 3px;
  padding-bottom: 2px;
  font-family: sans-serif;
  font-weight: 300;
  transform: translateY(-50%);
  bottom: -57px;
}
.phase {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.fadeInBottom { animation-name: fadeInBottom }
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(200px);
    }
    to { opacity: 1;

       }
}
iframe {
    margin: auto;
    display: block;
    border-style: none;
}
