.sis_flickr {
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 91%;
    z-index: 9;
}
.sis_flickr li { list-style: none; float: left; margin: 5px; padding: 3px; background: #eee; -moz-box-shadow: 0 0 4px #444; -webkit-box-shadow: 0 0 2px #000; }
.sis_flickr li img { display: block; }
.sis_flickr li a img { border: none;}

#flickrbox > div {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin: 1%;
    width: 12.2%;
}


#flickrbox img {
    width: 100%;
}

.flickritem {
    margin-bottom: 7px;
    padding: 4px;
    width: 150px;
		-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.flickritem:hover {
    box-shadow: 0 0 25px -10px #000;
		-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


@media screen and (max-width: 1200px) {
	

	
	#flickrbox > div {

    width: 18%;
}
.sis_flickr div:nth-child(n+11) {
    display: none;
}
	
}
@media screen and (max-width: 480px) {

#flickrbox > div {
    width: 31%;
}
#flickrbox > div {
    padding: 1%;

}
.sis_flickr div:nth-child(n+7) {
    display: none;
}
}