.show-popup {
    width: 60%;
    position: fixed;
    max-width: 600px;
    /* height: calc(100% - 236px); */
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    z-index: 10;

    /* visibility: visible; */
    overflow-y: auto;
    border-left: 2.5px solid;
    border-right: 2.5px solid;
    padding: 10px;
}

body.night .show-popup {
    background-color: #000;

}

.show-popup .croix {
    margin-top: -10px;
    margin-right: -10px;
}
.show-popup .block {
    /* width: calc(100% - 4vw); */
    /* width: 100%; */
    margin: auto;
    /* padding: 25px 0px; */
    padding-bottom: 170px;
    margin-bottom: 10vh;
}

.show-popup .block img {
    max-height: 40vh;
    object-fit: contain;
    text-align: center;
    margin: 20px 0;
}

.show-popup .titleBlock {
    margin-bottom: 0;
}

.show-popup .titleBlock {
    font-size: 18px;
    margin-top: 8px;
}

.show-popup .mixcloud-embed {
    margin: 10px 0;
}

.show-popup .buttons button {
    margin: 20px 0px 0px 0px;

}

.description {
    -webkit-text-stroke-width: 0px;
}

.more_from_playlist>a {
    -webkit-text-stroke-width: 0px !important;

}

.more_from_playlist > a:hover {
    -webkit-text-stroke-width: 1px !important;
}

@media screen and (max-width: 980px) {
    .show-popup {
        width: calc(100% - 36px);
    }

    .show-popup .block {
        padding-bottom: 40px;
    }
}
