﻿.demo-gallery__img--main {
  
  max-width:47% !important;
  height:auto !important;
  /*display:block;
  width:auto;*/
}
.demo-gallery__img--main img {
  max-width:100% ;
 /* display:inline;*/
}

figcaption {
	text-align:inherit;
	margin-top: 13px;
	color: #666;} 

@media screen and (max-width: 600px) {
.demo-gallery__img--main {
  
  max-width:100% !important;
  height:auto !important;
  /*display:block;
  width:auto;*/
}

}
