.home {

}

img {
width: 100%
padding: 0;
margin: 0;
display:block;
}

.wrap {
position: relative;
}

.wrap:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0,0.7);
z-index:999;
}

.rcorners3  {
border-radius:  20px;
background: url(../images/paper.gif) ;
background-position: centre;
background-repeat: no repeat;
padding: 170px;
width: 200px ;
height: 150px ;
}

