        .custom-img {}

        .custom-img img {
            width: 100%;
            height: auto;
        }

        @media (min-width: 768px) {
            .custom-img img {
                content: var(--img-desk);
            }
        }