.videocontainer {
  overflow-y: auto;
}

.groupmodal {
  overflow-y: auto;
  top: 0;
  z-index: 10;
  left: 0;
  position: fixed;
  height: calc(100vh - 4.36rem);
  left: 50%;
  margin-left: -360px;
}

.videohead {
  display: block;
  text-align: right;
  /* padding: 1rem 1.5rem; */
  /* position: fixed; */
  /* z-index: 99999; */
  /* background: #191919; */
  width: 100%;
  z-index: 999;
}

.videohead img {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  position: absolute;
  z-index: 30;
  top: 2rem;
  right: 2rem;
}

.list_left2video_celeb {
  padding: 0rem 0.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.3rem;
}

.sl_celebname_video {
  font-size: 1.091rem;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}

.sl_img_video {
  /* width: 3rem; */
  padding: 2rem;
  display: inline-block;
  border-radius: 100%;
  margin-top: 2.545rem;
  background: url(/assets/cm/images/2x/icon/sl_img.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.sl_celebname_video {
  font-size: 1.091rem;
  vertical-align: middle;
  margin: 0rem 0.5rem;
  margin-top: 2.545rem;
}

.sl_fallower_video {
  color: #47e5c5;
  font-size: 0.9091rem;
  position: relative;
  display: inline-block;
  margin-top: 2.545rem;
  vertical-align: middle;
}

.sl_fallower_video::after {
  background: #47e5c5;
  width: 1px;
  height: 10px;
  position: absolute;
  content: '';
  top: 4px;
  right: -0.7rem;
  /* margin-right: 0.5rem; */
}

.sl_fallowercount_video {
  font-family: 'noto_L';
  color: #fff;
  font-size: 0.9091rem;
  margin-left: 1rem;
  margin-top: 2.545rem;
  display: inline-block;
  vertical-align: middle;
}

.video1 {
  width: 100%;
  /* height: 16.36rem; */
}

.play {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
}

.start-video {
  position: absolute;
  top: 50%;
  padding: 0.5rem;
  left: 50%;
  opacity: 0.3;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  cursor: pointer;
  transition: all 0.3s;
}

.start-video:hover {
  opacity: 1;
  -webkit-filter: brightness (1);
}

div.thumbnail_container {
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

img.thumbnail {
  margin-top: -50px;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  font-size: 0;
  padding-top: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.videocontents_title_div {
  font-size: 0;
  background: rgba(255, 255, 255, 0.1);
  height: 3.364rem;
  padding: 0.9rem 0rem 0.9rem 1.45rem;
  line-height: 0.9rem;
}

.videocontents_title {
  font-family: 'noto_DL';
  font-size: 1.273rem;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

.video_likecount {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding-right: 2rem;
}

.video_likecount h2 {
  color: #fff;
  font-family: 'noto_L';
  font-size: 1rem;
  text-align: LEFT;
  display: inline-block;
  padding-left: 0.4rem;
  vertical-align: middle;
}

.video_likecount img {
  width: 2rem;
  height: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8rem;
}

.sl_fallowercount_video {
  font-family: 'noto_L';
  color: #fff;
  font-size: 0.9091rem;
  margin-left: 1rem;
  margin-top: 2.545rem;
  display: inline-block;
  vertical-align: middle;
}

.removeclass {
  display: none;
}

.active {
  /* display: block !important; */
}

.videocontainer {
  background: #191919;
  height: calc(100vh - 4.36rem);
}

@media (max-width: 720px) {
  .groupmodal {
    overflow-y: auto;
    top: 0;
    z-index: 10;
    left: 0;
    position: fixed;
    height: calc(100vh - 4.36rem);
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
