div.videoCube a.video-cta-style {
    width: 100%;
}

div.videoCube a.video-cta-style span.video-label-box.video-label-box-cta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.videoCube.cta-item a.item-thumbnail-href div.thumbBlock_holder {
    margin-bottom: 0;
}

div.videoCube a.video-cta-style span.video-branding-flex-cta-item {
    flex-basis: 100%;
}

div.videoCube span.video-cta-full-width-container {
    background-color: rgb(242, 248, 255);
}

div.videoCube span.video-cta-full-width-container a.video-cta-href {
    box-sizing: content-box;
    align-self: start;
    width: 100%;
    background-color: rgb(242, 248, 255);
}

div.videoCube a.video-cta-href button.video-cta-button {
    margin: 0;
    height: 100%;
    font-size: 14px !important;
    line-height: 13.2px !important;
    background-color: inherit !important;
    border-color: inherit !important;
    text-transform: capitalize !important;
    letter-spacing: normal !important;
    box-sizing: border-box !important;
    font-weight: 400;
    outline: none;
    font-family: Helvetica !important;
    padding: 1px 4px;
    width: 100%;
    min-width: 1px;
    opacity: 1;
    border: 0px solid;
    color: rgb(6, 95, 212);
    padding: 10px 10px 10px 16px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
div.videoCube span.video-cta-full-width-container:hover {
    cursor: pointer;
}

div.videoCube a.video-cta-style a.video-cta-href button.video-cta-button:hover {
    color: inherit !important;
    border-color: inherit !important;
    background-color: inherit !important;
    letter-spacing: normal !important;
}