.staff-hover .container {
	max-width: 1500px !important;
	width: 100% !important;
}
.hover-item {
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}
.hover-item.non-staff-image {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #e4e6e7 !important;
}
.hover-item + span {
    display: none;
}
.hover-container {
    display: flex;
    flex-wrap: wrap;
}
.hover-item:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-color: #5186b5;
    opacity: 0.4;
}
.hover-item.non-staff-image + p {
    display: none;
}
.hover-item a {
    color: #fff;
}
.hover-item h3 {
    position: relative;
    z-index: 100;
    color: #fff;
    top: 65%;
    font-size: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hover-about {z-index: 10;position: relative;color: #fff;opacity: 0;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s cubic-bezier(0.4, 0, 0.9, 1.36);transition-delay: 0.1s;top: 100%;}

.hover-about p {
    line-height: normal;
}

.hover-about .btn {
    background-color: #fff;
    display: inline-block;
    text-decoration: none !important;
    position: relative;
    z-index: 10;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hover-item:hover h3 {
    top: 0px;
}

.hover-item:hover .hover-about {top: 0px;opacity: 1;}
@media screen and (max-width: 880px) {
    .hover-item {
        width: 100%;
    }
}