.post-banner-featured {
    background-position: 50% 50%;
}

@media only screen and (max-device-width: 500px) {
    .post-banner-featured {
        height: 100px !important;
    }

    .blog-entry .banner .banner__title {
        font-size: 1.3em !important;
        top: 70% !important;
    }
}

@media only screen and (max-device-width: 1280px) {
    .post-banner-featured {
        height: 200px;
    }

    .blog-entry .banner .banner__title {
        font-size: 2.9em;
        top: 50% !important;
    }
}

.container-fluid-inner {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
.img-container {
    position: relative;
    margin-bottom: 0;
}

.img-container figcaption {
    position: absolute;
    padding: 40px;
    bottom: 0;
    font-size: 30px;
    color: #3b3b3b;
}

.contact-details a {
    color: inherit;
    text-decoration: none;
}

.contact-details-icon svg {
    width: 24px;
    height: 24px;
}

.fig-overlay {
    background: #00000040;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
