.billboard-grm {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%; height: 220px;
}

/* Left */
.billboard-grm_left {display: none;}
.billboard-grm_left img {margin-top: -20px;}

/* Center */
.billboard-grm_center {position: relative; display: none!important;}
.billboard-grm_picstatic {display: block;}
.billboard-grm_center,
.billboard-grm_right {width: 50%;}

/* Right */
.billboard-grm_right {
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; height: 100%;
  font-size: 16px; line-height: 20px;
  font-weight: 600; color: #ffffff;
}
.billboard-grm_right .billboard-grm_logo {
  display: block; position: absolute;
  left: 10px; top: 10px;
  margin: 0;
}
.billboard-grm_right .billboard-grm_maisinfo > svg {
  display: inline-block; position: relative;
  float: left; width: 20px; height: 20px; margin-right: 10px;
  content: ""; fill: #ffffff;
}
.billboard-grm_right .billboard-grm_maisinfo {
  display: inline-block; position: absolute;
  right: 10px; bottom: 20px;
  padding: 10px 15px; border-radius: 5px;
  margin-bottom: 10px; 
  color: #ffffff; fill: #ffffff;
  white-space: nowrap;
  background: #d86e22;
}
.billboard-grm_right:hover .billboard-grm_maisinfo {
  background: #ff6c03;
}
.billboard-grm_right .billboard-grm_link {
  display: none; color: #ffffff;
}
.billboard-grm_right .pubVideoPlay {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%; height: 100%;
}
.billboard-grm_right .pubVideoPlay .billboard-grm_picstatic {margin: 0 auto;}

/* MODAL */
.pub--wrapper_modal {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; 
  z-index: 999;
}
.pub--wrapper_modal_bg {
  display: block; position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(65, 65, 65, 0.7);
  z-index: 0;
}
.pub--wrapper_modal video {
  display: block; position: relative;
  width: 100%; max-width: 840px;
}
.pubWrapperVideo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; max-width: 840px;
}
.pubVideoStop {
  display: block; position: relative;
  font-size: 12px; line-height: 20px;
  font-weight: 600; color: #ffffff;
  margin-left: auto; padding: 10px 0; 
}
.pubVideoStop .ico-close {
  display: inline-block; position: relative;
  width: 15px; height: 2px;
  top: -2px; right: auto;
  margin-left: 5px;
  background: #ffffff;
  transform: rotate(45deg);
  text-indent: -5555px;
}
.pubVideoStop .ico-close:after {
  display: block; position: absolute;
  width: 100%; height: 100%;
  left: 0; top: 0;
  content: "";
  background: inherit;
  transform: rotate(90deg);
}

@media only screen and (min-width: 480px) {
  .billboard-grm_right .billboard-grm_logo {
    top: auto; bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .billboard-grm_center,
  .billboard-grm_right {width: auto;}
  .billboard-grm_picstatic {display: none;}
  .billboard-grm_center {display: block!important;}
  .billboard-grm_left, .billboard-grm_right {
    padding: 20px 20px 30px 20px;
  }
  .billboard-grm_right .billboard-grm_logo {
    display: block; position: relative;
    left: auto; bottom: auto;
    margin: 0 auto 30px;
  }
  .billboard-grm_right .billboard-grm_maisinfo {
    position: relative;
    right: auto; bottom: auto;
  }
}
@media only screen and (min-width: 960px) {
  .billboard-grm_left,
  .billboard-grm_right .billboard-grm_link {display: block;}
  .billboard-grm_right .billboard-grm_logo {display: none;}
  .billboard-grm_right .pubVideoPlay {height: auto;}
}