#masthead .header-image{
    background-attachment: unset !important;
}

.lp-slider .seriousslider-inner > .item{
    max-height: 500px;
}

.lp-slider .seriousslider-inner img{
    overflow: hidden;
    width:100% !important;
    max-height: 100% !important;
}

.bc-player-default_default.vjs-mouse .vjs-big-play-button{
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
}