  #hero-header-video-btn {

	margin-top:20px;
}

/* MODAL */
.modal-dialog {
  width: auto !important;
    top:5% !important;
}

.modal-content {
  width: 85%;
  margin: 0 auto;
}

.modal-dismiss {
  top: auto !important;
}

@media only screen and (min-width: 2400px) {
  .modal-content {
    width: 75%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 950px) {
    .modal-content {
      width: 100%;
    }
  .modal-dismiss {
 	 top: 0 !important;
  }
}