.item_c21.map iframe{
  height: calc( 100% + 160px );
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .item_c21.map iframe{
      height:100%;
      width: 100%;
    }
}