/* gallery STYLES */

@media screen {
.ce_gallery {}

.ce_gallery ul:before,
.ce_gallery ul:after {
    display: table;
    content: " ";
}

.ce_gallery ul:after {
    clear: both;
}

.ce_gallery li {
    float : left;
    width : auto;
    box-sizing: border-box;
}

.ce_gallery .col_first {
    clear: both;
}

.ce_gallery {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
    margin-top: -0.5rem !important;
    box-sizing: border-box;
}

.ce_gallery h1,
.ce_gallery h2,
.ce_gallery h3,
.ce_gallery h4 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.ce_gallery .caption {
    display: none;
}

.ce_gallery figure {
    margin: 0.5rem;
}

.ce_gallery img{
    width: 100%;
}

.ce_gallery figure a {
    display: block;
}

.ce_gallery .cols_2 li{
    width: 50%;
}

.ce_gallery .cols_3 li{
    width: 50%;
}
.ce_gallery .cols_4 li{
    width: 50%;
}

.ce_gallery .cols_5 li{
    width: 50%;
}

.ce_gallery .cols_6 li{
    width: 50%;
}
}

/* min-width:768px ipad portrait*/
@media only screen and (min-width: 768px) {
	.ce_gallery .cols_3 li{
    	width: 33.333%;
	}
	.ce_gallery .cols_4 li{
    	width: 25%;
	}

	.ce_gallery .cols_5 li{
    	width: 20%;
	}

	.ce_gallery .cols_6 li{
    	width: 16.666%;
	}
}

