.eggs_image {
    --size: 0.3;
    width: calc(var(--size) * 1200px);
    height: calc(var(--size) * 2 * 300px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto auto 1em auto;
}
