@media screen and (max-width: 980px) {
  #changeBtns {
    display: flex;
  }
  #changeBtns .changeBtn {
    flex: 1;
    background-color: #eee;
    color: #666;
    cursor: pointer;
    border: none;
    outline: none;
    height: 2.5em;
  }
  #changeBtns .changeBtn.active {
    background-color: #f65151;
    color: #fff;
  }
  #movs, #topickMovs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
  #movs .video a, #topickMovs .video a {
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
  }
  #movs .video a::after, #topickMovs .video a::after {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    background-image: url(../images/icon_play.png);
    background-size: 100%;
    width: 20%;
    position: absolute;
    z-index: 40;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
  }
  #movs .video a .tn, #topickMovs .video a .tn {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
  }
  #movs .video a .tn img, #topickMovs .video a .tn img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(1.01);
    transition: all 0.3s;
  }
  #movs .video a .category, #topickMovs .video a .category {
    font-size: 14px;
    font-weight: bold;
    color: #f65151;
    border: 2px solid #f65151;
    border-radius: 30px;
    line-height: 1;
    padding: 2px 10px;
    display: inline-block;
    margin: 15px 20px 0;
  }
  #movs .video a .title, #topickMovs .video a .title {
    min-height: 45px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #192f60;
    position: relative;
    margin: 0 20px;
  }
  #movs .video a .title:before, #topickMovs .video a .title:before {
    content: "";
    display: block;
    width: 4em;
    height: 2px;
    background-color: #f65151;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  #movs .video a .name, #topickMovs .video a .name {
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
    padding: 0 20px;
  }
  #topickMovs {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 981px) {
  .resourcesList #changeBtns {
    display: flex;
    padding-right: 30px;
  }
  .resourcesList #changeBtns .changeBtn {
    flex: 1;
    background-color: #eee;
    color: #666;
    cursor: pointer;
    border: none;
    outline: none;
    height: 2.5em;
  }
  .resourcesList #changeBtns .changeBtn.active {
    background-color: #f65151;
    color: #fff;
  }
  .resourcesList > div {
    padding-left: 0;
  }
  #movs, #topickMovs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
  }
  #movs .video a, #topickMovs .video a {
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
  }
  #movs .video a::after, #topickMovs .video a::after {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    background-image: url(../images/icon_play.png);
    background-size: 100%;
    width: 20%;
    position: absolute;
    z-index: 40;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
  }
  #movs .video a .tn, #topickMovs .video a .tn {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
  }
  #movs .video a .tn img, #topickMovs .video a .tn img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(1.01);
    transition: all 0.3s;
  }
  #movs .video a .category, #topickMovs .video a .category {
    font-size: 14px;
    font-weight: bold;
    color: #f65151;
    border: 2px solid #f65151;
    border-radius: 30px;
    line-height: 1;
    padding: 2px 10px;
    display: inline-block;
    margin: 15px 20px 0;
  }
  #movs .video a .title, #topickMovs .video a .title {
    min-height: 45px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #192f60;
    position: relative;
    margin: 0 20px;
    height: 87px;
    display: flex;
    align-items: center;
    line-height: 1.2;
  }
  #movs .video a .title:before, #topickMovs .video a .title:before {
    content: "";
    display: block;
    width: 4em;
    height: 2px;
    background-color: #f65151;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  #movs .video a .name, #topickMovs .video a .name {
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
    padding: 0 20px;
  }
  #movs .video a:hover .tn img, #topickMovs .video a:hover .tn img {
    transform: translateY(-50%) scale(1.05);
  }
  #topickMovs {
    padding-bottom: 80px;
  }
}/*# sourceMappingURL=mov_filter.css.map */