#pitchVideo {
	width: 100%;
    margin: 0 auto;
    height: 40vh;
    width: 800px;
}


button.vjs-big-play-button {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0!important;
    right: 0;
    bottom: 0;
    top: 0!important;
    height: 100% !important;
    border: none !important;
    background: none !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-js .vjs-tech {
    height: 90%;
}