/* Derived from Widgetkit. Copyright (C) YOOtheme GmbH.
 * YOOtheme Proprietary Use License: http://www.yootheme.com/license */
.wk-gallery.clearfix::before, .wk-gallery.clearfix::after { content: ""; display: table; }
.wk-gallery.clearfix::after { clear: both; }
.wk-gallery img { max-width: 100%; height: auto; vertical-align: middle; }
.wk-gallery-wall > * { display: block; float: left; }
.wk-gallery-wall.zoom > * { transition: all 0.1s ease-out; }
.wk-gallery-wall.zoom > *:hover { z-index: 10; box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.4); transform: rotate(0deg) scale(1.2); }
