#containerImg {
  width: auto;
  height: 180px;
  position: relative;
}
#containerImg .row {
  width: 100%;
  height: 100%;
  
}
#containerImg .row .col-md-9 {
  width: 100%;
  height: 100%;
}
#containerImg #img-container {
  width: 320px;
  height: 180px;
}
#containerImg #getImgBase {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
