.hy-embed-container {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%;
}

.hy-embed-container .hy-embed-info {
    font-size: 16px;
    font-family: 'Helvetica', 'Segoe UI,', sans-serif;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}

.hy-embed-container .hy-embed-info > div:first-child {
    font-size: 21px;
    font-weight: bold;
}

.hy-embed-container.hy-layout-left,
.hy-embed-container.hy-layout-right {
    display: flex;
}

.hy-embed-container.hy-layout-right {
    flex-direction: row-reverse;
}

.hy-embed-container.hy-layout-left .hy-embed-info,
.hy-embed-container.hy-layout-right .hy-embed-info {
    width: 30%;
    min-width: 250px;
}

.hy-embed-container.hy-layout-left .hy-embed-info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.hy-embed-container.hy-layout-right .hy-embed-info {
    display: flex;
    height: 100%;
}

.hy-embed-info div {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.hy-embed-container button {
    padding: 0.78571429em 1.5em 0.78571429em;
    border-radius: 0.28571429rem;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    font-size: 16px;
    margin: 10px;
}

/* Iframe: */
.hapyak-iframe-embed {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
}

/* Lightbox: */
.hy-embed-container.hy-embed-type-lightbox .hapyak-player-embed img {
    width: 100%;
}
