#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    background: none !important;
}

@media (min-width: 414px){
    .refresh-button-for-small-screens{
        display: none;
    }
}
@media (max-width: 413px){
    .refresh-button-for-medium-screens{
        display: none;
    }
}