  @charset "utf-8";
/* CSS Document */



.left {display: inline-block;
    position:relative;
	float: left;
	margin:0 3px 0 0;
    
}

.col-1-8-photos {
  width: 12.5%;
    height: 16em;
}


@media screen and (max-width: 1400px ) {

.col-1-8-photos {
  width: 25%;
}

}


@media screen and (max-width: 1024px ) {

.col-1-8-photos {
  width: 25%;
}

}


@media screen and (max-width: 640px ) {

.col-1-8-photos {
  width: 50%;
}

}


@media screen and (max-width: 320px ) {

.col-1-8-photos {
  width: 100%;
}

}