* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: none;
  outline: none;
  background: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

#container {
  height: 100%;
  width: 100%;
}

.card {
  background: #10131c !important;
}

.c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.etc {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-img-top {
  background: #222;
}

.thumbnail {
  width: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  z-index: 1;
}

.search {
  height: 45px;
  width: 100%;
  border: 1px solid #222;
  border-radius: 6px;
  overflow: hidden;
}

.search input {
  width: calc(100% - 45px);
  height: 100%;
  outline: none;
  border: none;
}

.search i {
  height: 100%;
  width: 45px;
}

#play-box {
  height: 400px;
  width: 100%;
  z-index: 9;
  position: relative;
  overflow: hidden;
  background: #000;
}

#play-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #000;
}

#play-box iframe {
  width: 100%;
  height: 100%;
}

.ads-div {
  width: 100%;
}

.ads-div img {
  width: 100%;
}

.drop-ads {
  width: 100%;
  position: fixed;
  bottom: 6px;
  z-index: 9;
}

.ads-alert {
  position: fixed;
  height: 200px;
  width: 100%;
  top: calc(50% - 100px);
  left: 0;
  z-index: 99;
}

@media (min-width: 767px) {
  #container {
    width: 500px;
  }
  
  .swiper-slide img {
    width: 50%;
  }

  .banner-brand {
    width: 200px;
  }
  
  #play-box {
    height: 500px;
  }
  
  #play-box iframe {
    width: 60%;
  }
  
  .ads-div img {
    width: 50%;
  }
}