#classified-details-list{list-style:none;display:flex;flex-flow:row wrap}.vehicle-details ul{display:flex;flex-flow:row wrap}.classified-gallery-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.classified-gallery-wrapper .classified-gallery-image{max-height:120px}.classified-gallery-wrapper .classified-gallery-image img{border-radius:4px;max-height:120px}@media all and (min-width:600px){#classified-details-list li,.vehicle-details ul li{flex:0 0 50%}}@media all and (max-width:767px){.classified-gallery-wrapper{grid-template-columns:repeat(1,1fr)}.classified-gallery-wrapper .classified-gallery-image img{max-height:auto}}@media all and (max-width:599px){#classified-details-list li,.vehicle-details ul li{flex:0 0 100%}}