.photo{
  padding-top: 56px;
	width: 100%;
}

.big_img{
  min-width: 540px;
  width: 100%;
}

.small_img_container{
	height: 100px;
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content: center;
}

.small_img{
	width: 7%;
  margin: 5px 3px 0 3px;
}

.small_img a img{
    max-width: 100%;
	max-height: 100%;
    height: 35px;
  object-fit: cover;
}
