body {
}

.videoOverlay {
    width: 64vh;
    height: 48vh;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    background-image: url('/assets/EvaMendes.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.motionButtonRow {
    height: 8.33%;
    border-bottom: 1px solid #bbbbbb;
}

.motionButton {
    background-color: rgba(128, 128, 128, 0.4);
    display: inline-block;
    border-right: 1px solid #bbbbbb;
    width: 6.25%;
    height: 100%;
}

    .motionButton.mBtnEnabled {
        background-color: rgba(0, 0, 0, 0.4);
    }

