.jumbotron {
  background-position: 20% center;
  color: #fff!important;
padding: 15rem 0;
  text-align: center;
  background-size: cover;
}

.jumbotron h1 {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 4rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

#player {
  width: 600;
  height: 337px;
}

.jumbotron p {
 display: block;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
}

.jumbotron-text {
    margin: 0 auto;
    background: rgba(0,0,0,.5);
    padding: 1rem;
}

.btn-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff!important;
  text-transform: none;
}

.btn-white:hover {
    background: #fff;
    color: #d60056!important;
    border: #d60056l
}

.btn-white:focus {
    border: 1px solid #fff;  
}

.modal-content {
    width: 110%;
}

.map-modal img {
    width:760px;
    max-width: 100%;
}


