.embed_movie{
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}
.loading{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 21.2% 0 21.2% 0;
}
.embed_thumbnail{
  position: relative;
  width: 100%;
  padding: 125px 0 0 0;
}
.embed_movie iframe{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.embed_thumbnail iframe{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.bg-dark{
  background-color: #3a3d3f!important;
}
.navbar-brand > img{
  height: 50px;
}
#utako-img{
  width: 100%;
}
header.masthead{
  background: url('../img/index_04.jpg') no-repeat top center;
  background-size: cover;
}
.call-to-action{
  background: url('../img/index_00.jpg') no-repeat top center;
  background-size: cover;
}
@media(min-width: 768px) {
  .call-to-action{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
