.topmusic-about-image-small {
    width:330px!important;
    height:240px!important;
    display: none;
    float:right;
}
.topmusic-about-image-big {
    width:660px!important;
    height:480px!important;
    float:right;
}
.topmusic-about-text {
    width: calc(100% - 660px);
    min-height: 480px;
    display: flex;
    align-content: center;
    align-items: center;
}
area:hover {
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .topmusic-about-image-small {
        display: block;
        float: none;
        margin:auto;
    }
    .topmusic-about-image-big {
        display: none;
    }
    .topmusic-about-text {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .topmusic-about-image-small {
        display: block;
    }
    .topmusic-about-image-big {
        display: none;
    }
    .topmusic-about-text {
        width: calc(100% - 330px);
        min-height: 240px;
    }
}
@media only screen and (max-width:767px) {
    .topmusic-about-text {
        width:100%;
        min-height:auto;
    }
}