@media (max-width: 768px) {
.gallery-item {
width: 50% !important;
}
}
@media (max-width: 480px) {
.gallery-item {
width: 100% !important;
}
}
.gallery {
margin: auto;
}
.gallery-item {
float: left;
margin-top: 10px;
text-align: center;
/* width: {$itemwidth}%; */
}
.gallery img {
border: 2px solid #cfcfcf;
}
.gallery-caption {
margin-left: 0;
}