@media screen and (max-width: 1080px) {

    /***** Structure *****/
    #votes {
        position: relative;
    }
    #votes section {
        margin: 20px;
    }
    
    
}