main {  position: relative;  height: 750px;  width: 60%;  margin: 0 auto;  padding: 20px;  resize: both;  overflow: auto;}main div {  color: #0A4C8C;  width: 50%;  transform: translate(-50%, -50%);  position: absolute;  top: 50%;  left: 50%;  padding: 20px;  resize: both;  overflow: auto;}img.resp {	max-width:100% !important;    height:auto;    display:block;}