﻿.gallery-block {
    padding-bottom: 20px;
    padding-top: 20px;
}

    .gallery-block.cards-gallery h6 {
        font-size: 13px;
        font-weight: bold;
    }

    .gallery-block.cards-gallery .card {
        transition: 0.4s ease;
    }

        .gallery-block.cards-gallery .card img {
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
            object-fit: fill;
            /*max-width: 234px;*/
            max-height: 170px;
            margin: 5px auto;
        }

    .gallery-block.cards-gallery .card-body {
        text-align: center;
    }

        .gallery-block.cards-gallery .card-body p {
            font-size: 15px;
        }

    .gallery-block.cards-gallery a {
        color: #212529;
    }

        .gallery-block.cards-gallery a:hover {
            text-decoration: none;
        }

    .gallery-block.cards-gallery .card {
        margin-bottom: 30px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    }

.wprFilterArea {
    margin: 15px 20px;
}

#filterArea {
    margin: 5px 20px;
}

/*.model-img-card {
    height:100%;
    width:100%;
    max-height:200px;
}

@media (min-width: 768px) {
    .model-img-card {
        height:100%;
        width:100%;
        max-height:175px;
    }
}*/

@media (min-width: 576px) {

    .gallery-block .transform-on-hover:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
    }
}
