


.gallery img {
    height: 100%;
}

.gallery a {
	width: 150px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    margin: 4px 6px;
    box-shadow: 0 0 4px -1px #000;
}

.baguetteBoxOne {
	width:90%; 
	margin:0 auto;
}
@media screen and (min-width: 901px) {
.gallery a {
width: 320px;
height: 200px;
}
	
}
