.con-image{
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .con-image{
    display: none;
  }

}
@media screen and (max-width: 768px) {
  .recapture-response {
    height: 74px;
    width: 250px !important;
  }
}
