.overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 25, 0.16);
    /* browsers */

    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
}

#halfnhalf {
    position: relative;
    padding: 0;
    overflow: hidden;
}

#halfnhalf .images > div {
    position: relative;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 380px;
    margin-bottom: 0;
}

#halfnhalf .hero-heart {
    position: absolute;
    background-size: cover;
    width: 113px;
    height: 109px;
    top: 38%;
    left: 50%;
    margin-left: -56px;
    z-index: 9;
}

#halfnhalf .half {
	float: left;
	position: relative;
	width: 50%;
}

#halfnhalf .girl {
    background-size: cover;
}

#halfnhalf .boy {
    background-size: cover;
}

#halfnhalf .images .half > span {
    position: absolute;
    top: 32%;
    right: 65px;
    z-index: 9;
    letter-spacing: -1px;
}

#halfnhalf .fname {
    color: #D9C6B1;
    font-family: "Helvetica Neue", Helvetica, "NanumGothicRegular", "나눔고딕", 'NanumGothic', "맑은 고딕" , "돋움", sans-serif;
    font-size: 58px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

#halfnhalf .images .half .lname {
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 100;
    right: 70px;
}

#halfnhalf .images .half > span.lname {
    top: 48%;
}

#halfnhalf .images .half.boy > span {
    left: 70px;
    right: auto;
}

#halfnhalf .overlay-dark {
    z-index: 2;
}