<div className="fullScreenImg">
<div className="inner">
</div>
</div>
background-image:url('../public/images/epl_emblems_collection.jpg');
background-repeat: no-repeat;
background-size: cover;
height: 100%;
background-Color: rgba( 255, 255, 255, 0.8 );
가장 밖에 전체화면 이미지를 설정 후
inner에 투명도를 설정한다.