﻿.image-gallery {
    background: #c7ca9c url(../../../../../Images/pattern.png) repeat top left;
    position: relative;
}
.image-gallery .section-heading{
    text-align: center;
}
.image-gallery .first-row, .image-gallery .colored {
    background-color: #fff;
}
.image-gallery .colored .article-wrap {
    padding: 10px;
}
.image-gallery .tag {
    background-color: #F2BE5E;
    color: #fff;
    padding: 1% 8% 1% 4%;
    display: inline-block;
}
.image-gallery .label-tag {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: rgba(242, 190, 94, 0.8);
    color: white;
    padding: 1.5% 2%;
}

    .image-gallery .btn-white:hover {
        background-color: #F2BE5E;
        border-color: #F2BE5E;
        color: #fff;
    }

@media (min-width: 768px) {
        .image-gallery .first-row .image-wrap {
        width: 51.5%;
    }
    .image-gallery .first-row .article-wrap {
        width: 48.5%;
    }
}
@media (max-width: 767px) {
    .image-gallery .heading {
        margin: 10px;
    }

    .image-gallery .field-group img {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .image-gallery .card .field-group {
        position: relative;
        min-height: 160px;
        max-height: 160px;
        height: 160px;
        overflow: hidden;
    }

    .image-gallery .list-full .field-group {
        position: relative;
        min-height: 320px;
        max-height: 320px;
        height: 320px;
        overflow: hidden;
    }

    .image-gallery .field-group img {
        height: 100%;
        width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .image-gallery article:hover .field-group img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .image-gallery .first-row .article-wrap {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        box-sizing: border-box;
        padding: 10px 30px;
    }
}