.content-indicator.hide {
  display: none;
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (max-width: 1080px) {
.content-indicator {
  margin-bottom: 0;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .content-list {
    margin-top: 0;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    width: 100%;
    overflow: hidden;
  }
  .content-list li {
    margin-top: 0;
    margin-left: 0 !important;
    margin-right: 20px;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 1080px) {
  .content-window {
    position: relative;
    overflow-x: scroll;
  }

  .content-window::-webkit-scrollbar {
    display: none;
  }

  .content-window .scrollbar-track {
    height: 0;
  }

  .content-indicator {
    /* position: absolute;
    top: 0.2rem;
    right: 1.5rem; */
    margin-top: 0;
    padding: 0;
    text-align: center;
  }

  .content-indicator li {
    display: inline-block;
    margin-left: 0.8rem;
    line-height: 1;
    font-size: 1.6rem;
  }

  .content-indicator li:first-child {
    margin-left: 0;
  }

  .content-indicator li a {
    display: inline-block;
  }
  .content-indicator li a:before {
    content: "•";
    display: inline-block;
    margin-left: 0.2rem;
    color: #fff;
    opacity: 0.2;
  }
  .content-indicator li.active a:before {
    opacity: 1;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 479px) {
  .content-list {
    margin-top: 0;
    margin-left: 1.5rem;
    width: 100%;
    overflow: hidden;
  }
  .content-list li {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0.6rem;
    width: 13.7rem;
    height: 12rem;
  }
  .content-list li:last-child {
    margin-right: 0;
  }
  .content-list li a {
    line-height: 1;
  }
  .content-list .has-video .thumbnail:before {
    top: 5.5rem;
    right: 0.8rem;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
  }
  .content-list .with-image img {
    width: 100%;
    height: 100%;
  }
  .content-list .with-image .thumbnail {
    width: 100%;
    height: 63.5%;
  }
  .content-list a .title,
  .content-list .with-image .title {
    box-sizing: border-box;
    padding: 0.8rem 0.8rem;
    width: 100%;
    line-height: 1.5;
    font-size: 0.95rem;
  }
}
