/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/
.nav-1 .logo {
    margin-top: 18px;
    max-height: 36px;
}

.plyr {
    margin: 0 auto;
    width: 875px;
    display: block;
    top: 45%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

@media all and (max-width: 767px) {
  .plyr {
    max-width: 100% !important;
  }
}