#cms-region-1 { 
    min-height: 100px; 
    float: left; 
    width: 100%;
}
.main {
    padding: 40px 0;
}
.main article{
    width: 100%;
}
.image-group{
    width: 100%; 
    height: 100%;
    display: table;
    text-align: center;
  }
.image-group .col img, .image-group .col iframe{
    width: 100%;
    max-width: 280px;
}
.image-group .col > h2{
    line-height: 1em;
    color: #515967;
}
.col.col-3-1, .col.col-3-2, .col.col-3-3{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    float: left;
}
.col.col-4-1, 
.col.col-4-2, 
.col.col-4-3,
.col.col-4-4{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    float: left;
}
#footerWrapper .notice{
    margin-top: 20px;
}
#footerWrapper .notice p {
    color: #ccc;
    font-size:0.9em;
}
@media only screen and (min-width: 768px) {
    .col.col-3-1, .col.col-3-2, .col.col-3-3{
        width: 33.3%;
    }
    .col.col-4-1,
    .col.col-4-2, 
    .col.col-4-3,
    .col.col-4-4{
        width: 25%;
    }
}