.services.services_avatar {
    height: 0;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 116%;
}

.services.services_avatar img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

@media(max-width: 1280px) {
    .headerpc {
        display: none;
    }
}

@media(max-width: 640px) {
    a[href="mailto:charlottemacfarlanefitness@gmail.com"] {
        font-size: 3.7vw;
    }
}
