.iw-so-gallery::after {
  clear: both;
  content: "";
  display: table; }

.iw-so-gallery .iw-so-gallery-image img {
  vertical-align: middle;
  border-style: solid; }

.iw-so-gallery .iw-so-gallery-image a {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none; }

.iw-so-gallery .iw-so-gallery-image .iw-so-image-container {
  position: relative; }

.iw-so-gallery .iw-so-gallery-image .iw-so-caption-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .iw-so-gallery .iw-so-gallery-image .iw-so-caption-wrapper .iw-so-image-caption {
    width: 100%;
    height: 100%;
    -webkit-transition: all 450ms ease-out;
    -moz-transition: all 450ms ease-out;
    transition: all 450ms ease-out;
    position: relative; }
    .iw-so-gallery .iw-so-gallery-image .iw-so-caption-wrapper .iw-so-image-caption figcaption {
      display: inline-block;
      line-height: 1.5;
      position: absolute;
      width: 100%;
      top: 48%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .iw-so-gallery .iw-so-gallery-image .iw-so-caption-wrapper .iw-so-image-caption figcaption .iw-so-cap-title,
      .iw-so-gallery .iw-so-gallery-image .iw-so-caption-wrapper .iw-so-image-caption figcaption .iw-so-cap-desc {
        text-align: center; }
      .iw-so-gallery .iw-so-gallery-image .iw-so-caption-wrapper .iw-so-image-caption figcaption .iw-so-cap-title {
        padding-bottom: 0; }
      .iw-so-gallery .iw-so-gallery-image .iw-so-caption-wrapper .iw-so-image-caption figcaption .iw-so-cap-desc {
        padding-top: 10px; }
    .iw-so-gallery .iw-so-gallery-image .iw-so-caption-wrapper .iw-so-image-caption .iw-so-cap-title,
    .iw-so-gallery .iw-so-gallery-image .iw-so-caption-wrapper .iw-so-image-caption .iw-so-cap-desc {
      opacity: 0;
      visibility: hidden;
      margin: 0;
      padding: 30px;
      -webkit-transition: all 450ms ease-out;
      -moz-transition: all 450ms ease-out;
      transition: all 450ms ease-out; }

.iw-so-gallery .iw-so-gallery-image:hover .iw-so-caption-wrapper .iw-so-image-caption .iw-so-cap-title,
.iw-so-gallery .iw-so-gallery-image:hover .iw-so-caption-wrapper .iw-so-image-caption .iw-so-cap-desc {
  opacity: 1;
  visibility: visible; }
