
[cel^="cel~"] { flex-wrap:wrap; display:flex; }
[cel^="12"] { width:100%; max-width:100%; flex-wrap:wrap; display:flex; }
[cel^="9"] { width:75%; max-width:75%; flex-wrap:wrap; display:flex; }
[cel^="8"] { width:66.66%; max-width:66.66%; flex-wrap:wrap; display:flex; }
[cel^="6"] { width:50%; max-width:50%; flex-wrap:wrap; display:flex; }
[cel^="4"] { width:33.33%; max-width:33.33%; flex-wrap:wrap; display:flex; }
[cel^="3"] { width:25%; max-width:25%; flex-wrap:wrap; display:flex; }
[cel^="2"] { width:16.66%; max-width:16.66%; flex-wrap:wrap; display:flex; }
[cel^="0"] { display:none; }
[cel^="fill"] { flex-wrap:wrap; display:flex; flex:1; }
[cel^="img"] { display:flex; width:100%; justify-content:center; overflow:hidden; align-items: center;}
[cel^="img"] img { 
	width:auto; 
	/* height:100%;  */
	display: flex; 
	/* flex-shrink: 0; */
	max-width: 100%;
	max-height: 100%; 
	/* object-fit: cover; */
}


/* SECTION BEGIN Tables */
[cel="tw"] { width:100%; height:auto; display: flex; flex-direction: column; }
[cel="trh"] { background: linear-gradient(rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2)); width:100%; height:auto; display: flex; }
[cel="trht"] { width:100%; height:auto; display: flex; justify-content: center; }
[cel^="trw"] { width:100%; height:auto; display: flex; justify-content: space-between; }
[cel="trw1"] { background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) }
[cel="trw2"] { }
[cel="tr1"] { height:auto; display: flex; }
[cel="tr2"] { height:auto; display: flex; }
/* SECTION END Tables */

@media (max-width:991px){
	[cel*="-12-"] { display:flex; width:100%; max-width:100%; }
	[cel*="-8-"] { width:66.66%; max-width:66.66%; }
	[cel*="-6-"] { width:50%; max-width:50%; }
	[cel*="-4-"] { width:33.33%; max-width:33.33%; }
	[cel*="-3-"] { width:25%; max-width:25%; }
	[cel*="-2-"] { width:16.66%; max-width:16.66%; }
	[cel*="-0-"] { display:none; }
}

@media (max-width:768px) {
	[cel$="-12"] { display:flex; width:100%; max-width:100%; }
	[cel$="-8"] { width:66.66%; max-width:66.66%; }
	[cel$="-6"] { width:50%; max-width:50%; }
	[cel$="-4"] { width:33.33%; max-width:33.33%; }
	[cel$="-3"] { width:25%; max-width:25%; }
	[cel$="-2"] { width:16.66%; max-width:16.66%; }
	[cel$="-0"] { display:none !important; }
	.cel-hide-xs { display:none !important; }
}