img, svg {
    vertical-align: middle;
    border-style: none;
}

img {
    height: auto;
    max-width: 100%;
    display: block;
}

h2, .h2 {
    font-size: 2rem;
    margin: 40px 0;
}

.gallery-item.gallery-style-1 {
    margin-bottom: 1em;
}

.ctrl-select-1, .ctrl-select-2, .ctrl-select-3, .ctrl-select-4, .ctrl-select-5, .ctrl-select-6, .ctrl-select-7, .ctrl-select-8, .ctrl-select-9, .ctrl-select-10 {
    cursor: pointer;
}

.slider-content {
    position: relative;
    width: 100%;
    height: 42vw;
}

.slide-fluid {
    position: absolute;
    top: 0;
    max-width: 100%;
    height: auto;
}
.gallery-item.select img{
    outline: 2px solid #333;
}
.gallery-item .item-title {
    font-size: 14px;
    margin-top: 3px;
}

@media (max-width: 1180px) {
    .gallery-item .item-title {
        font-size: 13px;
    }
}
@media (max-width: 767px) {

.slider-content {
    width: 100%;
    height: 53vw;
    overflow: hidden;
}

.slide-fluid {
    position: absolute;
    top: 20%;
    max-width: 100%;
    left: -15%;
    height: 100%;
    /* object-fit: scale-down; */
    transform: scale(1.4);
}
    .col-sm-12.col-lg-4,
    .col-sm-12.col-lg-2 {
    /*-ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    flex: 0 0 28%;
    max-width: 28%;
    margin: 0px 0 5px 16px;
    padding: 0;*/
}
}