/*
галерея
*/
.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
  object-fit: cover;
  height: ;
}
.thumbnail a >img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: ;
}
.baguette .thumbnail {
	background: Silver;
 padding: 0;
 margin-bottom: 30px;
 background-color: #fff;
 border-radius: 4px;
 border: none;
 transition: 0.15s ease-in-out;
 box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}

.baguette .thumbnail:hover {
 transform: translateY(-10px) scale(1.02);
}

.baguette .lightbox img {
 border-radius: 4px 4px 0 0;
}

.baguette .caption{
 padding: 26px 30px;
 text-align: center;
}

.baguette .caption h3 {
 font-size: 14px;
 font-weight: bold;
 margin-top: 0;
}

.baguette .caption p {
 font-size: 12px;
 color: #7b7d7d;
 margin: 0;
}


.ss { display:none; }
