.pg_home .glb_banner .banner_esm ._img {
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 768px) {
  .pg_home .glb_banner .banner_esm ._img > img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .pg_home .glb_banner .banner_esm ._img a {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .pg_home .glb_banner .banner_esm ._img a {
    width: 50%;
  }
}
