
/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */
.fl-photo-content .fl-photo-img {
  transition: transform 0.3s;
  transform-origin: center center;
}

.fl-photo-content .fl-photo-img:hover {
  transform: scale(1.1);
}
/* End Layout CSS */

