#profileWrap {
  width: 100%;
  margin: 50px auto;
  overflow: hidden;
  line-height: 1.6;
}

#main_img_wrap {
  margin: 50px auto;
}

#main_img_wrap img {
  max-width: auto;
  height: auto;
}

.prof_detail_txt img {
  max-width: auto;
  height: auto;
}

@media screen and (max-width: 750px) {
  #profileWrap {
    margin: 30px auto;
  }
  #main_img_wrap {
    margin: 30px auto;
  }
}
