

/* Start:/local/templates/sokol-frame/components/15px.ru/getList/photogallery/style.css?1771569648924*/
.photogallery {

}

.photogallery .photogallery__item {
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  display: block;
}

.photogallery .photogallery__picture img {
  width: 100%;
}

.photogallery .photogallery__name,
.photogallery .photogallery__description {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  transition: transform .2s ease;
}

.photogallery .photogallery__name {
  top: 0;
  transform: translateY(-100%);
}
.photogallery .photogallery__description {
  bottom: 0;
  transform: translateY(100%);
}

.photogallery .photogallery__name h2,
.photogallery .photogallery__description p {
  padding: 10px;
  margin: 0;
  color: #fff;
}

.photogallery .photogallery__description p {
  line-height: 16px;
}

.photogallery .photogallery__item:hover .photogallery__name,
.photogallery .photogallery__item:hover .photogallery__description {
  transform: translateY(0);
}

/* End */
/* /local/templates/sokol-frame/components/15px.ru/getList/photogallery/style.css?1771569648924 */
