/* ======================================== Intro Page */
.portfolio-section .section-container .portfolio-items .item-3 {
    position: absolute; 
    top: 0; 
    left: 700px;
}

.intro-item-container {
    margin: 35px 0;
}

.intro-item-container h5 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: #ebebeb;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
}

.intro-item {
    position: relative;
    width: 318px;
    height: 257px;
    margin: 0 auto;
}

.intro-item .intro-item-image {
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 12px;
    overflow: hidden;
    width: 295px;
    height: 153px;
}

.intro-item .intro-item-image img {
    vertical-align: top;
    transition: all 4s ease;
}

.intro-item .intro-item-overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/portfolio/mac-display.png) no-repeat;
}



