.modal_content.song{
    padding: 0;
    height: 90%;
    overflow: hidden;
    background-color: #C1272D;
}
.modal_content.song:after{
    display: none;
}
.modal_content.song .modal_wrapper{
    overflow: scroll;
    height: 100%;
}
.modal_content.song .modal_wrapper img{
    width: 100%;
}
.modal_content .modal_close{
    width: calc(( 50 /  750 ) * 100vw);
    position: absolute;
    right: 10px;
    top: 10px;
}
@media screen and (min-width: 768px), print {
.modal_content .modal_close{
    width: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
}
}