.study > .wrapper {
    display: flex;
    flex-direction: column-reverse;
}
.study .name {
    color: #000;
}
.study img {
    width: 100%;
    display: block;
}
.study .project_link a {
    color: var(--grey);
}
.study .description {
    padding: 25px 0 0 0;
}
.study:last-child .description {
    padding-bottom: 0;
}
#studies .study .details {
    margin-top: 7px;
}
#studies .study .details > .wrapper {
    margin-bottom: 45px;
}
.study .project_link {
    margin-left: 50px;
    margin-top: 2px;
}
.study .project_link:hover a {
    color: #000;
}
.study .project_link.alt {
    display: none;
}
.study:last-child .thumbnail:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    #studies {
        padding-left: 50%;
    }
    .study .thumbnail {
        /*margin-bottom: var(--default-spacing);*/
    }
}
@media only screen and (min-width: 1280px) {
    #studies {
        padding-left: 25%;
        margin-bottom: 3px;
    }
    .study > .wrapper {
        flex-direction: row;
    }
    #studies .study .medias {
        width: 66.66%;
    }
    #studies .study .details {
        position: relative;
        top: -2px;
        width: 33.33%;
        box-sizing: border-box;
        padding-left: var(--default-spacing);
        margin-top: 0;
    }
    .study img.medium {
        width: 75%;
    }
    .study .thumbnail > .wrapper {
        display: flex;
    }
    .study .thumbnail.right > .wrapper {
        justify-content: flex-end;
    }
    #studies .study:last-child img {
        margin-bottom: 0;
    }
    .study .project_link.alt {
        display: block;
        position: absolute;
        bottom: -5px;
        left: 0;
    }
}