.cc_gallery.layout-default{width: 100%;display: flex;flex-wrap: wrap;}
.cc_gallery.layout-default .cc_gallery_title{font-weight: 300;display: block;border-bottom: 1px solid #415364;padding-bottom: 5px;margin-bottom: 20px;padding-right: 50px;width: 100%;}
.cc_gallery.layout-default .cc_gallery_description{margin-bottom: 30px;width: 100%;}
.cc_gallery.layout-default .cc_gallery_description p{margin: 0 0 15px 0;}
.cc_gallery.layout-default .cc_gallery_description p:last-of-type{ margin-bottom: 0; }
.cc_gallery.layout-default a.js-smartPhoto{width: 25%;height: 200px;background-size: cover;background-repeat: no-repeat;background-position: center center;}
.cc_gallery.layout-default a.js-smartPhoto img{ display: none; }

@media (max-width: 768px) {
	.cc_gallery.layout-default a{ width: 50% !important; height: 40vw !important; max-height: 300px !important; }
}

@media (min-width: 769px) and (max-width: 1024px) {
	.cc_gallery.layout-default a{width: 33% !important;max-height: 350px;}
}
