/**
 * @version    3.8.x
 * @package    Simple Image Gallery Pro
 * @author     JoomlaWorks - https://www.joomlaworks.net
 * @copyright  Copyright (c) 2006 - 2021 JoomlaWorks Ltd. All rights reserved.
 * @license    https://www.joomlaworks.net/license
 */

/* --- Generic Styling --- */

.sigMasonry {
    padding: 0;
}
.sigMasonryCaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 15px 20px;
    font-size: 0.8rem;
}
.sigMasonryGridItem a:hover img {
    transform: scale(1.2) rotate(3deg);
}
.sigMasonryGridItem a img {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.grid-sizer,
.grid-item {
    width: 100%;
    margin-bottom: 30px;
}
.gutter-sizer {
    width: 0%;
}
@media (min-width: 768px) {
    .gutter-sizer {
        width: 2%;
    }
    .grid-sizer,
    .grid-item {
        width: 49%;
    }
}
@media (min-width: 1200px) {
    .grid-sizer,
    .grid-item {
        width: 32%;
    }
}
.grid-item a {
    height: 400px;
    border-radius: 0.75rem;
}
.grid-item-even a {
    height: 500px;
}