body {
  background: url("../img/bg-01.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content {
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: -10px;
  padding-top: 10px;
  padding-bottom: 15px;
}

/* global */
* {
  box-sizing: border-box;
}
body {
  overflow: hidden;
}
#brand-text {
  font-size: 27pt;
  font-weight: bold;
}
#brand-image {
  height: 90px;
  width: 90px;
}
#content-wrapper {
  max-height: 77vh;
  width: 101vw;
  overflow-y: scroll;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link {
  text-align: center;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
}

@media screen and (max-width: 1030px) {
  #brand-text {
    font-size: 20pt;
  }
}
@media screen and (max-width: 800px) {
  #brand-text {
    font-size: 33pt;
    text-align: center;
  }
  .btn {
    font-size: 18pt;
  }
}
@media screen and (max-width: 600px) {
  .phone {
    font-size: 8pt;
    padding: 0;
    margin: 0;
  }
  #brand-text {
    font-size: 17pt;
  }
  #content-wrapper {
    min-height: 45vh;
  }
  .btn {
    font-size: 8pt;
  }
  #brand-image {
    height: 70px;
    width: 70px;
  }
}
@media screen and (max-width: 400px) {
  #brand-text {
    font-size: 15pt;
  }
  #content-wrapper {
    height: 40vh;
  }
  #brand-image {
    height: 70px;
    width: 70px;
  }
  #btn-submit {
    font-size: 15pt;
  }
  .btn {
    font-size: 9pt;
  }
  .link {
    text-align: right;
    font-size: 9pt;
  }

  footer {
    position: relative;
    width: 100%;
  }
}
