
.music-chart .firsttwo {
    grid-row: span 2;
}
.music-chart .firsttwo .even, .music-chart .firsttwo .odd {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.music-chart .chart-items {
    margin-bottom: 16px;
}
.music-chart a {
    color: #000;
    display: block;
}
.music-chart .album-art-wrapper {
    position: relative;
    display: inline-block;
}


.music-chart .firsttwo .album-art-wrapper .numbers {
    right: 0;
    font-size: 5rem;
    line-height: .4;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}


.music-chart .album-art-wrapper .numbers {
    position: absolute;
    font-family: Oswald,sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    z-index: 3;
}
.music-chart a {
    color: #000;
    display: block;
}


.music-chart .firsttwo .album-image-wrapper {
    width: 140px;
    height: 140px;
}

.music-chart .album-image-wrapper {
    display: block;
    position: relative;
}



.music-chart .firsttwo .even .album-image-wrapper .bubble {
    position: absolute;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-image: linear-gradient(159deg,#df5353,#ff9c2e);
    left: 65px;
    top: 50px;
    opacity: .1;
}
.music-chart .album-image-wrapper .bubble {
    display: none;
}
.music-chart .firsttwo .even .album-image-wrapper img {
    border-width: 8px;
}


.music-chart .firsttwo .album-art-wrapper img {
    width: 140px;
    position: absolute;
    z-index: 1;
}
.music-chart .album-art-wrapper img {
    width: 140px;
    border-radius: 50%;
    display: block;
    border: 5px solid #fff;
}

.music-chart .firsttwo .even .item-info {
    margin-left: 12px;
}
.music-chart .item-info {
    display: block;
    z-index: 5;
}
.music-chart .firsttwo .odd .item-info {
    margin-right: 12px;
    text-align: right;
}
@media only screen and (min-width: 53em){
.music-chart .firsttwo .odd .item-info {
    margin-right: 36px;
}
}
.music-chart .firsttwo .song-title {
    font-size: 2rem;
}
.music-chart .song-title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    display: block;
}

.music-chart .firsttwo .song-artist-album {
    font-size: 1rem;
}
.music-chart .song-artist-album {
    font-size: .875rem;
    line-height: 1.4;
    display: block;
}
.music-chart .lasteight {
    text-align: center;
}
.music-chart .chart-items {
    margin-bottom: 16px;
}
.music-chart .album-art-wrapper {
    position: relative;
    display: inline-block;
}
.music-chart .lasteight .album-art-wrapper .numbers {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: hsla(0,0%,100%,.9);
    top: -10px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.music-chart .album-art-wrapper .numbers {
    position: absolute;
    font-family: Oswald,sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    z-index: 3;
}
.music-chart .album-art-wrapper .numbers .change {
    font-family: Lato,sans-serif;
    font-size: .75rem;
    margin-left: 5px;
    text-shadow: none;
}
.music-chart .album-image-wrapper .bubble {
    display: none;
}
.music-chart .album-art-wrapper img {
    width: 140px;
    border-radius: 50%;
    display: block;
    border: 5px solid #fff;
}
.music-chart .item-info {
    display: block;
    z-index: 5;
}
.music-chart .song-title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    display: block;
}
.music-chart .song-artist-album {
    font-size: .875rem;
    line-height: 1.4;
    display: block;
}
.music-chart a:hover .album-art-wrapper:after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(90deg,rgba(18,189,253,.8),rgba(159,121,243,.8));
    border-radius: 50%;
    line-height: 140px;
    color: #fff;
    text-transform: uppercase;
    font-size: .8rem;
    z-index: 2;
}

.music-chart .firsttwo a:hover .album-art-wrapper:after {
    line-height: 140px;
    text-align: center;
}

@media only screen and (min-width: 53em){
.music-chart .firsttwo .album-art-wrapper img {
    width: 250px;
}
}
@media only screen and (min-width: 53em){
.music-chart .firsttwo a:hover .album-art-wrapper:after {
    line-height: 250px;
}
}

@media only screen and (min-width: 53em){
@supports (-webkit-text-stroke:0.04em #FFF){
.music-chart .firsttwo .album-art-wrapper .numbers.outlined:before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-text-stroke: 0.04em #fff;
}
}
}
@media only screen and (min-width: 53em){
@supports (-webkit-text-stroke:0.04em #FFF){
.music-chart .firsttwo .album-art-wrapper .numbers.outlined {
    text-shadow: none;
}
}
}
@media only screen and (min-width: 53em){
    .music-chart .firsttwo {
        padding: 20px;
    }
}
@media only screen and (min-width: 53em){
    .music-chart .firsttwo .song-artist-album {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 53em){
    .music-chart .firsttwo .song-title {
        font-size: 2.625rem;
    }
}
@media only screen and (min-width: 53em){
    .music-chart .firsttwo .even .item-info {
        margin-left: 36px;
    }
}
@media only screen and (min-width: 53em){
    .music-chart .firsttwo .album-art-wrapper img {
        width: 250px;
    }
}
@media only screen and (min-width: 53em){
    .music-chart .firsttwo .even .album-image-wrapper .bubble {
        width: 230px;
        height: 230px;
        left: 95px;
        top: 75px;
    }
}
@media only screen and (min-width: 53em){
    @supports (-webkit-text-stroke:0.04em #FFF){
        .music-chart .firsttwo .album-art-wrapper .numbers.outlined:before {
            content: attr(data-number);
            position: absolute;
            left: 0;
            z-index: -1;
            -webkit-text-stroke: 0.04em #fff;
        }
    }
}
                            
@media only screen and (min-width: 53em){
    .music-chart .firsttwo .album-image-wrapper {
        width: 250px;
        height: 250px;
    }
}
@media only screen and (min-width: 53em){
    .music-chart .firsttwo .album-art-wrapper .numbers {
        right: 5px;
        font-size: 6.5rem;
    }
}
@media only screen and (min-width: 53em){
    @supports (-webkit-text-stroke:0.04em #FFF){
        .music-chart .firsttwo .album-art-wrapper .numbers.outlined {
            text-shadow: none;
        }
    }
}                       
@media only screen and (min-width: 53em){
    .music-chart .firsttwo .album-art-wrapper .numbers.outlined {
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
}
@media only screen and (min-width: 53em){
.music-chart .firsttwo a:hover .album-art-wrapper:after {
    line-height: 250px;
}
}
.music-third-fourth{
    margin-bottom: 100px !important;
}
.first-one-two{
    padding-top: 0 !important;
    margin-top: -25px;
}
.music-chart .album-image-wrapper .bubble {
    display: none;
}
.music-chart .firsttwo .odd .album-image-wrapper .bubble {
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-image: linear-gradient(90deg,#12bdfd,#9f79f3);
    left: -40px;
    top: 0;
    opacity: .1;
}
@media only screen and (min-width: 53em){
.music-chart .firsttwo .odd .album-image-wrapper .bubble {
    width: 200px;
    height: 200px;
    left: -100px;
    top: -30px;
}
}