.inplb3x2 {
  width: 510px;
  margin: -145px -255px;
  top: 50%;
  left: 50%;
  overflow: hidden;
  display: block;
  height: 250px;
  position: absolute;
  z-index: 152;
}

.inplbybs3x2 {
  height: 250px;
  width: 30px;
  float: left;
  color: white;
  font: 14px/28px Arial, tahoma;
  text-align: right;
}

.inplbybs3x2 span{
  left: -60px;
  top: 50%;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.inplgood3x2 {
  height: 250px;
  margin: 0;
  overflow: hidden;
  float: left;
  padding: 0;
  width: 450px;
  background-color: black;
}

.inplgood3x2 iframe {
  float: left;
  display: block;
}

.inplclose {
  float: left;
  width: 30px;
  background-color: black;
  height: 30px;
  cursor: pointer;
}

@media screen and (max-width: 515px) {
  .inplb3x2 { display: none !important; }
}