h2.section-title.text-center.preload-logo.wow.bounceIn img {
    width: 60px;
}

.grid-gallery figure img {
    opacity: 1;
}

#map-location img {
    max-width: 100%;
    max-height: 100%;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.gallery-card-text,
h4 small {
    color: #333;
}

::placeholder {
    font-weight: bold;
    color: #ffffff!important;
    font-size: 16px;
}

.link-underline {
    color: #fff;
    text-decoration: underline;
}

.link-underline:hover,
.link-underline:active {
    text-decoration: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .grid li {
        width: 50%;
    }
    figcaption.fig-light {
        height: 120px!important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #contactform input#phone,
    #contactform input#email {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}