/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.hvp-container {
    display: inline-block;
}

.hvp-video-wrapper {
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
    min-width: 30rem;
}

.hvp-video-wrapper iframe {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
}