#wrap { background: url(../img/index_background.png) no-repeat; min-height: 100vh; background-position-x: center; background-size: cover; padding: 2rem;}
#wrap .img_wrap { }
#wrap .img_wrap img:nth-child(1) { width: 37%;}
#wrap .img_wrap img:nth-child(2) { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; max-width: 35rem;}
