#headshot {
    object-fit: cover;
    width: 250px;
    height: 250px;
    border-radius: 8px;
}

@media (max-width: 750px) {
    #headshot {
        width: 100%;
        height: auto;
    }
}