

/* Start:/bitrix/templates/m-start/components/master/gallery/long-photo/style.css?1513694583720*/
div.mst_gallery .gal_img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 3px solid #fff;
-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

 div.mst_gallery .gal_img.long:hover {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);	  
}

 div.mst_gallery .gal_link {margin:7px; display:block; float:left;}
/* End */
/* /bitrix/templates/m-start/components/master/gallery/long-photo/style.css?1513694583720 */
