.dt-sc-entry-details video,
.dt-sc-entry-details iframe {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: var(--entry-video-aspect-ratio, auto);
}

.curso-link-button {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
}

.breadcrumb.curso-header.dt-sc-parallax-section {
    background-position: center center !important;
    background-size: cover !important;
}

.curso-header h1 {
    padding: 0 20px;
    line-height: 1.2;
}

@media only screen and (max-width: 479px) {
    .breadcrumb.curso-header.dt-sc-parallax-section {
        padding: 40px 0;
    }

    .curso-header h1 {
        padding: 0 10px;
        font-size: 28px;
        line-height: 1.3;
    }
}
