.md-gallery-wrapper {
    margin: 0 -15px;
}

.md-gallery-content {
    margin-bottom: 1.8em;
}

.md-gallery-title {
    margin-bottom: 1.8em;
}

.md-gallery-content-text {
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px;
}

.md-gallery-content-image {
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.1);
    transition: transform 300ms ease;
    will-change: transform;
    overflow: hidden;
}

.md-gallery-content:hover .md-gallery-content-image {
    transform: scale(1.08);
}


.swReset #main-wrapper .back-link a{
    margin: 10px 0!important;
}