﻿.spray-park-image-container{display:flex;flex-direction:column}
.spray-park-image-container img{width:100%;height:auto;max-width:600px;}

@media(min-width:600px){
    .spray-park-image-container{flex-direction:row}
    .spray-park-image-container img{width:33.33%}
}