.manifesto7-container {
    margin: 0px;
    justify-content: center;
}

.manifesto7-first {
    box-sizing: content-box;
    float: left;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    min-width: 640px;
    max-width: 1280px;
}

.manifesto7-second {
    box-sizing: content-box;
    float: left;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 0px;
    min-width: 300px;
    max-width: 400px;
}

.video-player {
    width: 100%;
    height: 100%;
}

.manifesto7-video-details {
    padding-top: 12px;
}

.manifesto7-video-details span {
    color: white;
}

hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.video-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.video-description-hidden {
    height: 100px;
    overflow: hidden;
}

.video-description-show {
    height: unset;
}

.video-description-button {
    margin-top: 12px;
    cursor: pointer;
    font-size: 0.8rem;
}

.manifesto7-thumbnail-next-video {
    max-width: 200px;
}

.manifesto7-thumbnail-details {
    color: white !important;
    word-break: break-word;
}

.manifesto7-thumbnail-title {
    font-size: 14px;
    line-height: 1rem !important;
    display: block;
}

.manifesto7-thumbnail-artist {
    display: block;
    font-size: 14px;
}

@media (max-width: 700px) {
    .manifesto7-video-details {
        padding: 12px 12px 0px 12px;
    }
    .manifesto7-first {
        min-width: 100%;
        padding: 0px;
    }
    .manifesto7-second {
        min-width: unset;
        padding: 0px 12px !important;
    }
}

@media (max-width: 1030px) {
    .manifesto7-second {
        max-width: unset;
        padding-left: 24px;
        padding-top: 8px;
    }
}