.d-none {
    display: none !important;
}
@media (min-width: 370px) {
    .d-xs-none {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .d-sm-inline-block {
        display: inline-block !important;
    }
}

img.logo-h50 {
    height: 50px;
}
img.logo-w248 {
    width: 248px;
}

.modal-open .modal {
    border: 0;
    background: transparent;
}

div#mainImage img.img-responsive {
    margin: 0 auto;
    max-height: 90vh;
}

span.card-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
img.card-logo {
    width: 14px;
    height: auto;
}
img.project-photo {
    height: 350px;
}
img.project-photo.landscape {
    transform: translate(-20%, 0%);
}
img.project-photo.portrait {
    max-width: 100%;
    height: auto;
}
.product:hover .image img.landscape {
    -webkit-transform: translate(-20%, 0%) scale(1.5);
    -ms-transform: translate(-20%, 0%) scale(1.5);
    transform: translate(-20%, 0%) scale(1.5);
}

.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: 0.5em;
}
.mt-2 {
    margin-top: 1em;
}
.mt-5 {
    margin-top: 3em;
}

.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: 0.5em;
}
.mb-2 {
    margin-bottom: 1em;
}
.mb-5 {
    margin-bottom: 3em;
}
