.h-95 {
    height: 95% !important;
}

.music-btn {
    position: relative;
    margin: 0.5px 1px;
}
.music-btn audio {
    display: none !important;
}
.music-btn .name {
    position: absolute;
    top: .2rem !important;
    left: .1rem !important;;
    margin-bottom: 0;
    font-size: .3rem !important;
    line-height: 0.9rem;
    max-height: 2.7rem;
    overflow: hidden;
}
.music-btn .time {
    position: absolute;
    bottom: .4rem !important;
    right: .2rem !important;
    margin-bottom: 0;
    font-size: .3rem !important;
    line-height: 0.9rem;
    max-height: 2.7rem;
    overflow: hidden;
}
.music-btn .loop-icon {
    content: url('../icon/loop.png');
    position: absolute;
    bottom: .4rem !important;
    left: .3rem !important;;
    width: .6rem !important;
    height: .6rem !important;
    margin-bottom: 0;
}
.music-btn .music-cover {
    position: absolute;
    top: 0 !important;
    left: 0 !important;;
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 0;
    color: #FFF;
    text-align: center;
}
.bg-gram {
    background-color: rgba(0,0,0,0.3);
}
.music-cover img {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 30%;
    height: auto;
}

@media screen and (min-width: 401px) and (max-width: 960px) {
    .music-btn .name {
        font-size: 0.9rem !important;
        line-height: 1rem;
        height: 5rem;
    }
}

@media screen and (max-width: 400px) {
    .music-btn .name {
        font-size: .9rem !important;
        line-height: .9rem;
        height: 2.7rem;
    }
    .music-btn .time {
        font-size: .9rem !important;
        line-height: .9rem;
    }
}

/* ==================================== */
/* ==========Background Color========== */
/* ==================================== */
.bg-blue {
    background-color: #3a80f6;
}
.bg-blue-light {
    background-color: #56e7e2;
}
.bg-orange {
    background-color: #ef9960;
}
.bg-orange-light {
    background-color: #fac26f;
}
.bg-red {
    background-color: #fd2b6a;
}
.bg-red-light {
    background-color: #fc5889;
}
.bg-yellow {
    background-color: #f5d04b;
}
