.about a {
    text-decoration: underline;
    cursor: pointer;
}

.page-template-template-blog .menu-padder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

img.blog-modal-image {
    width: 100%;
    height: auto;
    max-width: 70vh;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* z-index: 0; */
}

article.blog-image {
    justify-content: start;
    align-items: flex-start;
    height: 0;
    margin-bottom: 3rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    flex: 0 0 calc(33% - 1.125rem);
    padding-bottom: calc(41.6% - 2.25rem);
}

article.blog-image.blog-video {
    /* padding-bottom: 0; */
}

.page-template-template-blog .collab {
    flex: 1 100%;
}

.blog-image video {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
}

.blog-image img {
    height: calc(32vw * 1.25);
}

.blog-image .wp-video {
    display: block;
}

#blog-modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    opacity: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    z-index: 9999999;
    transition: opacity 0.5s ease-in-out;
}

#blog-modal video {
    height: 77%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#blog-modal.is-visible {
    display: block;
    opacity: 1;
}

.blog-modal-close {
    position: absolute;
    top: 2.5rem;
    right: 7rem;
    cursor: pointer;
    font-size: 4rem;
    -webkit-font-smoothing: antialiased;
    z-index: 99999;
}

body.no-scroll {
    overflow-y: hidden;
}

body.page-template-template-blog, body.page-template-template-work {
    background-color: black;
}

.feed-text-wrapper {
    position: relative;
    /* margin-top: 0; */
    width: 100%;
}

.feed-text-wrapper .body-text {
    margin-bottom: 14rem;
}

.feed-text-wrapper .big-title{
    margin-bottom: 1rem;
}

.page-template-template-blog .menu-padder {
    padding-top: 0;
}

.page-template-template-services #return-button:hover, .page-template-template-services #return-button {

    background-image: url('/wp-content/themes/twentyseventeen/assets/images/up-white-black.svg');
    box-shadow: 0 1rem 2rem rgba(0, 0, 255, 0.2);
}

@media (max-width:  768px) {

    .blog-modal-close {
        position: absolute;
        top: 2rem;
        right: 2rem;
        cursor: pointer;
        font-size: 3rem;
        -webkit-font-smoothing: antialiased;
        z-index: 99999;
    }

    .blog-image img {
        height: calc(50% * 1.25);
    }

    article.blog-image {
        flex: 0 0 calc(50% - 1rem);
        margin-bottom: 3.5rem;
        padding-bottom: calc(62.5% - 1rem);
        margin-bottom: 2rem;
    }
    .feed-text-wrapper .big-title {
        font-size: 5rem;
        margin-bottom: 1.5rem;
    }

    .feed-text-wrapper .body-text {
        font-size: 3.5rem;
        line-height: 1.32;
        margin-bottom: 6rem;
    }

    .wp-video {
        margin-bottom: 2rem;
    }

    .work-image .hideme-half {
        height: auto;
        max-width: 100%;
        border-radius: 0;
        width: 100%;
    }
}

