.website-portfolio {
    background: url(../web-portfolio.png) top center/contain no-repeat;
  position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 3rem;
    width: 282px;
    height: 176px;
    transition: .5s;
        margin-top: 54px;

}

.website-portfolio .overlay {
   width: 215px;
    height: 133px;
    display: block;
    overflow: hidden;
    margin: 10px 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;
}

