.ego_gallery2_pagination { display: inline-block; width: 100%; }
.p_item.active { font-weight: bold; }

.fancybox-title.fancybox-title-inner-wrap { padding: 3px; font-style: italic; text-align: center !important; }
.fancyControl { float: right; width: 20px; height: 20px; margin-top: 2px; margin-left: 10px; }

#gallery2 { margin: 0 auto !important; }

.ego_gallery2 .tile {
    border: 1px solid #DEDEDE;
    background-color: rgba(0, 153, 255, 0.15);
    transition: opacity .2s ease-in-out;
}
.ego_gallery2 .tile:hover { opacity: 0.7; }

.ego_gallery2 .tile a { text-decoration: none; }
.ego_gallery2 .tile h2 { font-size: 12px; text-align: center; margin: 12px 0; }

.ego_gallery2 .tile-img {
    height: 270px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}