.img {
    content: url(pc.webp);
    width: 1440px;
}

@media screen and (min-width: 1600px) {
    .img {
        width: 1905px;
    }
}