.gallery {
    width:100%;
    margin-top:45px;
    display: table;
}

.gallery > .row {
    width:100%;
    margin-bottom:50px;
    /* text-align: center; */
}

.gallery > .row > .block {
    width:200px;
    height:200px;
    display: inline-block;
    margin-right:5px;
    margin-bottom: 5px;
    border:2px rgb(212, 212, 212) solid;
    background-size: cover!important;
    background-position: center center!important;
}

.gallery > .row > .block > .container {
    width:200px;
    height:200px;
    display: table;
}

.gallery > .row > .block > .container > .title {
    width:180px;
    position: relative;
    text-align: center;
    font-size: 1.1em;
    line-height: 1em;
    display: table-cell;
    vertical-align: middle;
    z-index: 1;

}

.gallery > .row > .block > .container > .title > a {
    padding:5px 5px;
    min-height:20px;
    max-height: 70px;
    background-color: #0079C2;
    color:white;
    border-top:1px #004a83 solid;
    border-bottom:1px #004a83 solid;
    display: block;
    overflow: hidden;
    line-height: 1.7em;
    text-overflow: ellipsis;
    text-decoration: none;
}

.gallery > .row > .block > .shadow {
    position: absolute;
    width:200px;
    height:200px;
    background-color: black;
    opacity: .6;
    margin-top:-200px;
}

.gallery > .row > .block:hover {
    border:2px #0079C2 solid;
    cursor: pointer;
}

.gallery > .row > .block:hover > .shadow {
    opacity: 0;
    cursor: pointer;
}
.gallery > .row > .block:hover > .container > .title > a {
    background-color: #3296d2;
}

.gallery > .row > .block:last-child {
    margin-right:0px;
}

.view {

}

.view > a {
    display: inline-block;
    width:80px;
    margin:10px;
    border:1px rgb(212, 212, 212) solid;
    padding:3px;
    height:80px;
}

.view > a:hover {
    border:1px #0079C2 solid;
}
.partner_photo{
    text-align: center;
    margin-top: 10px;
}
.partner_photo img{
    height: 36px;
    width: 100%;
    object-fit: contain;
}