@import url(https://fonts.googleapis.com/css?family=Megrim);
/*LAYOUT*/


section.order02  div.gallery {
	clear: both;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
	background-color: #fff;

}


section.order02 div.gallery div.thumbnail {
  box-sizing: border-box;
  width: 300px;
  margin: 0.5em;
  flex-grow: 1;
  flex-shrink: 1;
  background: #131013;
  position: relative;
	border: 0;
	padding: 0;
}
section.order02  div.gallery div.thumbnail a {
  box-sizing: inherit;
}
section.order02  div.gallery div.thumbnail a::before, .thumbnail a::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
section.order02  div.gallery div.thumbnail img {
  width: 100%;
 height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.sutis-scroll{display:none!important;}



@media (max-width: 768px) {
	
	
	section.order02 div.gallery {

  max-width: 100%;
  margin: auto;
  display:block;
margin: 0 auto;
  align-items: center;
overflow-x: auto;
	white-space: nowrap;
 -webkit-overflow-scrolling: touch;

}
	
	
	section.order02 div.gallery div.thumbnail {
  box-sizing: border-box;
  width: 250px;
	
display: inline-block;

}
section.order02  div.gallery div.thumbnail img{
	
   height: calc(35vh - 0px);
    object-fit: cover;
    object-position: 50% 0%;
	
  }
	
	.sutis-scroll{width: 80%;
		display: block!important;
		margin:auto;
	position: absolute;
		bottom: 40px;
	text-align: right;
	font-size: 2.5rem;
		color: #666666;
	font-weight: 700;}
}

.bigger {
  width: 400px;
}

/*ANIMATIONS*/
section.order02 div.gallery div.thumbnail a img[data-src] {
  opacity: 0;
}
section.order02 div.gallery div.thumbnail a img {
  opacity: 1;
  transition: opacity 1.2s;
}
section.order02 div.gallery div.thumbnail a::before, .thumbnail a::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
section.order02 div.gallery div.thumbnail a:hover::before, section.order02 div.thumbnail a:hover::after {
  width: 100%;
  height: 100%;
}
section.order02  div.gallery div.thumbnail a:hover::before {
  border-top-color: rgba(240, 255, 240, 0.8);
  border-right-color: rgba(240, 255, 240, 0.8);
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out 0.2s;
}
section.order02 div.gallery div.thumbnail a:hover::after {
  border-bottom-color: rgba(240, 255, 240, 0.8);
  border-left-color: rgba(240, 255, 240, 0.8);
  transition: height 0.2s ease-in-out, width 0.2s ease-in-out 0.2s;
}

#lightcase-overlay {
}