.tcenter{
    text-align: center;
}
.tleft{
    text-align: left;
}

.tright{
    text-align: right;
}

.tjustify {
    text-align: justify;
}

.floatleft{
    float: left;
}

.floatright{
    float: right;
}

.clearfix{
    display: block;
    content: "";
    clear:both;
}
.fbold{
    font-weight: bold;
}

.fbolder{
    font-weight: bolder;
}
.tunderline{
    text-decoration: underline;
}

.fitalic {
    font-style: italic;
}

.img-thumbnl {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto;
}
.polaroid {
  width: auto;
  max-width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-left: .5em;
  margin-right: .5em;
  margin-bottom:15px;

  
}

.lgImg{
    width:350px;
    height:400px;
}

.lgImgWidth{
    width:500px;
    height:300px;
}

.mdImg{
    width:250px;
    height:350px;
}

.mdImgWidth{
    width:400px;
    height:250px;
}

.smImg{
    width:200px;
    height:280px;
}

.smImgWidth{
    width:300px;
    height:200px;
}

.xsImg{
    width:180px;
    height:150px;
}
.xsImgWidth{
    width:200px;
    height:200px;
}

.row { 
    display:flex; 
    width:100%; 
    flex-wrap:wrap;
    align-items:center;
    
}
.row::after {
    display:table;
    clear:both;
    content:""; 
    
}


.coll-4 {
    width: 30.33%;
    float: left;
    margin: .2em;
    padding: .25em;
}


.coll-6 {
    width: 48%;
    float: left;
    margin: .2em;
    padding: .25em;
}

.coll-8 {
    width: 64.44%;
    float: left;
    margin: .2em;
    padding: .25em;
}

.wrap__page-content img, .wrap__editable img {
    padding: 10px;
    max-width: 100%;
}






@media (max-width: 767px) {
     .polaroid {
        margin: 15px auto;
    }
    
    .coll-6, .coll-4, .coll-8 {
        width: 100%;
        float: none;        
    }
    
    
}