.event {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.event .event-title {
    margin-top: 0;
    margin-bottom: 5px;
}

.event .event-date {
    display: block;
}

.event .event-location {
    margin-bottom: 10px;
    display: block;
}

.galleria {
    max-width: 100%;
    height: 400px;
    background: #000;
}

.banner {
    text-align: center;
}

.banner img {
    max-width: 100%;
}

.photo-gallery-grid {
    margin-top: 20px;
}

.photo-gallery-grid .outer-tile {
    overflow: hidden;

    text-align: center;
    height: 240px;
    margin-bottom: 20px;
}

.photo-gallery-grid .tile {
/*    margin: 0 auto; 
    overflow: visible;*/
    position: relative;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.photo-gallery-grid .tile a {
    display: block;

/*    position:relative;
    float: right;
    right: 50%;*/
}

.photo-gallery-grid .tile a img {
    width: 100%;
    max-width: 360px;
    height: 240px;

/*    position: relative; 
    right:-50%;  this was changed from "left" in original */
}

.photo-gallery-grid .tile a:hover img {
/*    background-color: #d6403a;
    border-color: #d6403a;*/
}

.photo-gallery-grid .tile .gallery-title {
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    display: block;
    min-height: 40px;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
    width: 100%;
}