@media (max-width: 640px) {
    .detail-gallery img:not(:first-child) {
        display: none;
    }
}
