Slideshow images same size on mobile and desktop

This is the code that i added in order not to display the second slideshow in desktop

@media (min-width:991px) {
#slideshow-1 {
display: none!important;
}}

But it does not work