@media screen and (max-height: 900px) { .collection-type-gallery #slideshowWrapper { max-height: 700px; } } @media screen and (max-height: 800px) { .collection-type-gallery #slideshowWrapper { max-height: 600px; } } @media screen and (max-height: 700px) { .collection-type-gallery #slideshowWrapper { max-height: 500px; } } @media screen and (max-height: 600px) { .collection-type-gallery #slideshowWrapper { max-height: 400px; } } @media screen and (max-height: 500px) { .collection-type-gallery #slideshowWrapper { max-height: 300px; } } @media screen and (max-height: 400px) { .collection-type-gallery #slideshowWrapper { max-height: 200px; } } @media screen and (max-height: 300px) { .collection-type-gallery #slideshowWrapper { max-height: 100px; } }