h2 {
    font-family: "proxima-nova";
    font-size: 22px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
}
h2{
    color: #1d3557;
}
section a{
    cursor: pointer;
}
.photo-school-item{
    text-align: center;
    overflow: hidden;
}
.photo-school-item .space-sm-2{
    width: 100%;
}
.photo-school-item a {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    height: 200px;
    overflow: hidden;
}
.photo-school-item a img {
    width: 100%;
    height: auto;
}
.classicon-default {
    padding: 25px 15px 12px;
    font-size: 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,0.8));
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.8)));
    background-image: -moz-linear-gradient(transparent, rgba(0,0,0,0.8));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0,0.8));
    background-image: linear-gradient(transparent, rgba(0,0,0,0.8));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#CC000000', GradientType=0);";
    color: #fff;
    text-align: left;
}
.classicon-default-small {
    padding: 25px 12px 8px;
    font-size: 16px;
}
.space-sm-2 {
    display: inline-block;
    /*float: left;*/
}
@media (max-width: 768px){
    .banner-thumbnail-wrapper {
        position: relative;
        overflow: hidden;
        min-height: 40px;
        width: 100%;
        padding: 20px 0 !important;
    }
}
