/* CONTENTS
---------------------------------------------------------------------------*/
.pswp__caption__center {
    text-align: center;
}

.p-products-list{ border-top:1px #ccc solid; width:100%;}
.p-products-list__items{ width:10em; background:#f9f9f9; border-bottom:1px #ccc solid; padding:10px 20px;}
.p-products-list__item{ border-bottom:1px #ccc solid; padding:10px 20px;}


.my-gallery{display: inline-flex; flex-wrap: wrap;justify-content:left;margin: 0 -8px;margin-bottom: 15px;}
.my-gallery figure{width: calc(33.333% - 16px); margin:8px; background: #fff;position: relative; text-align:center;}
.my-gallery figure .img{ background:#eee;}
.my-gallery figure figcaption{ text-align:center;}
.my-gallery figure figcaption span{ display:block; font-size:1.1rem; color:#777;}

@media screen and (max-width: 768px) {
	.my-gallery figure{width: calc(50% - 16px);}
	
}