/* cmsms stylesheet: BS_gallery_images_Mobile modified: 23/08/2019 14:20:12 */
#content .gallery #images {
          display: block;
          margin-right: auto;
          margin-left: 12%;
          width: auto;

}
#content .gallery #images .img { 
          width: auto;
          height: 170px;
          border-color:#C70017;
}
#content .gallery #images img{
          display: flex;
          align-items: center
          width: 250px;
          height: 170px;
          background-color:#C70017;
}
