.combo_fig60 div:nth-of-type(2) {
  width: 37%;
  height: 25%;
  bottom: 25%;
  position: absolute;
  right: 1%;
}

@media only screen and (max-width: 786px) {
  .combo_fig60 div:nth-of-type(2) {
    width: 42%;
    height: 30%;
    bottom: 30%;
    right: 5%;
  }
}


@media only screen and (max-width: 576px) {
  .combo_fig60 div:nth-of-type(2) {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
  }
}