/* All screens bigger than 980px */
@media (min-width: 980px)
#block-platform-homequeue-top {
    min-height: 0px; 
}
/* small screens and mobile devices less than 980px */
#block-platform-homequeue-top {
    min-height: 0px;
}