.loadVideo {
    position: relative;
    /* height: 550px; */
    width: 100%;
    /* padding-bottom: 39.25%; */
    /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); */
    margin: auto;
    display: block;
}

.loadVideo video {
    /* position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    border: none;
}

.loadVideo #playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .loadVideo {
        width: 100%;
        padding-bottom: 56.25%;
    }
}
