Template:Home/Polaroids/styles.css

Template page
#polaroid-gallery {    
    border: 1px solid #f81472;
    border-radius: 15px;
    padding-bottom: 20px;
} 

#polaroid-gallery li {
    display: inline-block;
}

#rotate-script {
    display: none;
}
@media only screen and (min-width : 751px) {
    #polaroid-gallery {
        grid-column: span 2;
    }
}