.website-portfolio {
    background: url(../web-portfolio.png) top center/contain no-repeat;
    position: relative;
    overflow: hidden;
    display: block;
    /*margin-bottom: 3rem;*/
    width: 260px;
    height: 155px;
    transition: .5s;
    /*margin-top: 25px;*/

}

.website-portfolio .overlay {
   width: 200px;
    height: 125px;
    display: block;
    overflow: hidden;
    margin: 8px auto 0;
    position: relative;
}

.website-portfolio .overlay img {
    cursor: pointer;
    max-width: 100%;
    transition: 5s;
    position: absolute;
    left: 0;
    top: 0
}

.website-portfolio:hover {
    /*transform: scale(1.2);*/
    z-index:999;
}
.pfCarousel .website-portfolio:hover {
    transform: none;
}

