#cms-region-1 {
    width: 100%;
}
#cms-region-1 .cms-editable-container {
    min-height: 100px;
}
.image-group {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.col img, .col iframe {
    max-width: 280px;
    width: 90%;
}
.image-group .col a{
    color: #333;
}
.image-group .col a:hover,
.image-group .col a:visited{
    color: #333;
    text-decoration: none;
}
/*
.col {
    box-sizing: border-box;
    display: inline-block;
    padding: 15px;
    vertical-align: top;
}*/
.col.col-3-1, .col.col-3-2, .col.col-3-3, .col.col-2-1, .col.col-2-2{
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    float: left;
}
@media only screen and (min-width: 768px) {
    .col.col-3-1, .col.col-3-2, .col.col-3-3, .col.col-2-1, .col.col-2-2{
        width: 33.3%;
    }
}