.site-logo {
    max-height:90px
}

.mechanic-image {
    margin: 0 -10vw -33px;
    height: 300px;
    background: #c5d2d9 50%;
    background-size: cover;
    border-radius: 5px;
    background-position-y: 85%;
}

p {
    margin-bottom: 1em;
}

.post-full-content h2 {
    font-size: 3.6rem;
}

.post-full-content h3 {
    font-size: 3.2rem;
}

.post-full-content h4 {
    font-size: 2.8rem;
}

@media (max-width: 360px) {
    .pico8-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 35px;
        width: 320px;
        height: 320px;
        overflow: hidden;
        margin-bottom: 40px;
    }
}

@media (min-width: 361px) {
    .pico8-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 35px;
        width: 620px;
        height: 620px;
        overflow: hidden;
        margin-bottom: 40px;
    }
}

.pico8-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}