.chartPosition {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    /* UNIVERSAL PADDING */
    padding-left: calc(5% + 4px);
    padding-right: calc(5% + 4px);
    max-width: 1600px !important;
    margin: auto;
    height: 126px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #0e1012;

}

.chartPosition p {
    display:inline-block;
    color: white;
    font-family: gilroyFont;
    font-size: 24px;
    opacity: 0.95;
    line-height: 0;
    /*align-self: center;*/
    
}



#chartNumber {
    display:inline-block;
    color: white;
    font-family: gilroyMedium;
    font-size: 40px;
    opacity: 0.95;
    line-height: 0;
    /*align-self: center;*/
    width: 32px;
    margin-top: 8px;
}

.chartPosition .artistListeners {
    color: white;
    font-family: gilroyMedium;
    font-size: 14px;
    margin-top: 8px;
    opacity: 0.7;
    font-weight: 200;
}

.chartImageContainer {
    margin-right: 24px;
    height: 88px;
    width: 88px;
}

.chartImageContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drop-div{
    display: flex;
    flex-direction: row;
    height: 24px;
}



/*CHEVRON*/

.chartPosition-right {
    margin-left: auto;
}

.chartPositionText {
    margin-right: 24px;
    align-self: center;
}

@media screen and (max-width: 500px) {
    .chartPosition-right img{
        height: 12px;
    }
    
    .chartPositionText {
        margin-right: 12px;
        align-self: center;
    }
}


/*MEDIA STUFFZ*/

@media screen and (max-width: 500px) {
    .chartImageContainer {
        height: 64px;
        width: 64px;
    }
    .chartPosition p {
        color: white;
        font-family: gilroyFont;
        font-size: 18px;
        opacity: 0.95;
        /*line-height: 26px;*/
    }
    #chartnumber {
        font-size: 122px !important;
    }
    #chartNumber {
        display:inline-block;
        color: white;
        font-family: gilroyMedium;
        font-size: 24px;
        opacity: 0.95;
        line-height: 0;
        margin-right: 12px;
        /*align-self: center;*/
        width: 20px;
        
    }
}

@media screen and (max-width: 400px) {
    .chartImageContainer {
        height: 56px;
        width: 56px;
    }
    .chartPosition p {
        color: white;
        font-family: gilroyFont;
        font-size: 16px;
        opacity: 0.95;
        /*line-height: 26px;*/
        margin-right: 8px;
    }
    #chartnumber {
        font-size: 122px !important;
    }
    .chartPosition {
        height: 88px;
    }
}

@media screen and (max-width: 360px) {
    #chartNumber {
        display:inline-block;
        color: white;
        font-family: gilroyMedium;
        font-size: 16px;
        opacity: 0.95;
        line-height: 0;
        margin-right: 0px;
        /*align-self: center;*/
        width: 20px;
        margin-left: 0px;
    }
    .chartImageContainer{
        margin-right: 8px;
    }
}


.drops-arrow, .gains-arrow{
    height: 12px;
    margin-top: 4px;
    width: auto;
    align-self: center;
    margin-right: 8px;
}

.drop-div p{
    font-size: 14px;
    font-family: gilroyMedium;
    margin-top: 14px;

}
    
.middle-div{
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}