.flickr-responsive-slideshow {

overflow: hidden;
padding: 0px;
margin: 0px;
width: 300px;
transform: scale(2.5);
transform-origin: 0px 0px 0px;
height: 500px;
max-width: none;

}

@media screen and (max-width: 1000px) {
.flickr-responsive-slideshow {
overflow: hidden;
padding: 0px;
margin: 0px;
width: 300px;
height: 400px;
transform: scale(1.75);
transform-origin: 0px 0px 0px;
max-width: none }
}

@media screen and (max-width: 800px) {
.flickr-responsive-slideshow {
overflow: hidden;
padding: 0px;
margin: 0px;
width: 300px;
height: 300px;
transform: scale(1);
transform-origin: 0px 0px 0px;
max-width: none }
}