.video_launcher {
    height: 500px;
    max-height: 50vh;
    margin-bottom: -2px;
    background-size: cover;
    background-position: 50% 0%;
    cursor: pointer;
}

.video-launcher-play {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}