img.banner-img {
    max-height: 50px;
}

.yellow-tag {
    padding: 6px 12px;
    background: #ffc629;
    border-radius: 15px;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}

.block.generic img, section#container-vertical .outer-bx, .looping-video-block-root {
    border-radius: 12px;
}

.looping-video-block-root {
    background-color: transparent !important;
}

.uni-events-hero {
    margin-bottom: 1rem !important;
}

.uni-events-hero video {
    border-radius: 12px;
    border-bottom: 4px solid #ffc629;
}

@media screen and (min-width: 1024px) {
    body.vertical-center-column-content #main-content .block-wrapper.full .outer-bx .inner-bx .full {
        display: flex;
        align-items: center;
    }
}