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

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

.video-cta-style .video-label-flex-cta-item {
    flex-grow: 1;
    flex-basis: 1px;
}

.video-cta-style .video-branding-flex-cta-item {
    flex-basis: 100%;
}

.video-cta-href {
    display: inline-block;
    margin: 5px 5px 0px 10px;
    padding: 0;
    width: 72px;
    bottom: 0;
    vertical-align: top;
    position: relative;
    box-sizing: content-box;
    align-self: start;
    order: 1;
    flex-shrink: 0;
}

.video-cta-button {
    margin: 0;
    height: 24px;
    font-size: 11px;
    line-height: 13.2px !important;
    border-radius: 4px;
    border: 1px solid #999990 !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;
    cursor: pointer;
    outline: none;
    font-family: Helvetica !important;
    padding: 1px 4px;
    width: 100%;
    opacity: 1;
}

.video-cta-button:hover {
    color: inherit !important;
    border-color: inherit !important;
    background-color: inherit !important;
    letter-spacing: normal !important;
}