.rh_property__video-player {
    margin-top: 0.75rem;
}

.rh_property__video-element {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    background: #000;
    border-radius: 4px;
}

.rh_property__video-player--embed iframe {
    display: block;
    width: 100%;
    min-height: 400px;
    border: 0;
    border-radius: 4px;
}
