.bl_gdt {
  position: relative;
  background: #ccffe6;
  min-height: 290px;
}

.bl_gdt_area {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bl_gdt_player {
  z-index: 0;
  position: relative;
}
.bl_gdt_player.smallwindoow {
  z-index: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.bl_gdt_trans {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #555;
  opacity: 0.5 !important;
}

.bl_gdt_ad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #555;
}

.bl_gdt_ad_video_safari {
  width: 100%;
  height: 100%;
}

.bl_gdt_ad_video {
  visibility: hidden;
}

.bl_gdt_skip {
  position: absolute;
  display: inline-block;
  bottom: 30px;
  right: 0;
  color: #fff;
  z-index: 10000000;
  padding: 10px 8px;
  box-sizing: content-box;
  font-size: 16px;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.js_click {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid transparent;
  border-right: 0;
}
.js_click.is_enabled:hover {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid white;
  cursor: pointer;
}

.js_showhide {
  visibility: hidden;
  opacity: 0;
}
.js_showhide.is_active {
  visibility: visible;
  opacity: 1;
}

.bl_gdt_play {
  width: 70px;
  padding: 10px 8px;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 20px;
  color: #fff;
  z-index: 10000000;
}

.bl_gdt_sound {
  width: 40px;
  padding: 10px 8px;
  position: absolute;
  display: block;
  top: 20px;
  left: 20px;
  color: #fff;
  z-index: 10000000;
}

.bl_gdt_close {
  width: 100%;
  height: 40px;
  position: relative;
  left: 0px;
  bottom: 0px;
  display: block;
  color: #fff;
  background-color: #000;
  z-index: 10000000;
  display: table;
}

.bl_gdt_msg_div {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 5px;
  position: absolute;
  font-size: 15px;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}

.bl_gdt_close_icon {
  width: 40px;
  height: 40px;
  right: 0;
  position: absolute;
  display: table-cell;
}

.bl_gdt_icon {
  width: 100%;
  object-fit: fill;
}

.bl_gdt_next_screen_div {
  width: 100%;
  padding-top: 1%;
  padding-left: 5%;
  padding-right: 5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
}

.bl_gdt_next_message_div {
  font-size: calc(10px + 12 * (100vw - 320px) / 1440);
  text-align: left;
  margin-left: 5px;
  margin-top: 5%;
  width: 100%;
  color: white;
}

.bl_gdt_next_screen_center_div {
  padding-top: 5%;
  height: 55%;
}

.bl_gdt_next_area_div {
  width: 45%;
  float: left;
}
.bl_gdt_next_area_div.right {
  float: right;
}
.bl_gdt_next_area_div.pc {
  padding-left: 6%;
  padding-right: 6%;
}

.bl_gdt_next_sumnail_div {
  position: relative;
}

.bl_gdt_next_sumnail {
  width: 100%;
  top: 0px;
  left: 0px;
  object-fit: contain;
  padding-bottom: 1%;
}

.bl_gdt_next_video_time {
  color: white;
  font-size: calc(10px + 6 * (100vw - 320px) / 1440);
  background: #555;
  position: absolute;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 5px;
  right: 2%;
  bottom: 10%;
  object-fit: contain;
}

.bl_gdt_next_link {
  color: white;
  text-decoration: none;
}

.bl_gdt_next_title {
  color: white;
  font-size: calc(10px + 12 * (100vw - 320px) / 1440);
  text-align: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.bl_gdt_next_screen_under_div {
  width: 100%;
  position: absolute;
  bottom: 10%;
}

.bl_gdt_replay_button {
  width: 2em;
  height: 2em;
  margin-top: 10px;
  transform: scale(-1, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}

.bl_gdt_next_video_div {
  border-radius: 5px;
  font-size: calc(10px + 12 * (100vw - 320px) / 1440);
  text-align: center;
  color: white;
  background: #555;
  float: right;
  padding-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2%;
  position: absolute;
  right: 10%;
  bottom: 0;
}
