@media (min-width: 1270.1px) and (max-width: 1470px) {
  .hide-xl {
    display: none !important;
  }
  .standard-card,
  .standard-card-xl {
    width: 282px;
    display: flex;
    flex-flow: column nowrap;
  }
  .standard-card .image-frame,
  .standard-card-xl .image-frame {
    width: 100%;
    height: 159px;
    margin-bottom: 4px;
  }
  .standard-card .image-frame.with-gradient,
  .standard-card-xl .image-frame.with-gradient,
  .standard-card .image-frame.with-icon,
  .standard-card-xl .image-frame.with-icon {
    position: relative;
  }
  .standard-card .image-frame.with-gradient .gradient,
  .standard-card-xl .image-frame.with-gradient .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: -moz-linear-gradient(0deg, #0006 0%, #fff0 100%);
    background: -webkit-linear-gradient(0deg, #0006 0%, #fff0 100%);
    background: linear-gradient(0deg, #0006 0%, #fff0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  }
  .standard-card .image-frame.with-icon a .post-type-icon,
  .standard-card-xl .image-frame.with-icon a .post-type-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
  }
  .standard-card .image-frame.with-icon a .play-icon,
  .standard-card-xl .image-frame.with-icon a .play-icon,
  .standard-card .image-frame.with-icon a .gallery-icon,
  .standard-card-xl .image-frame.with-icon a .gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .standard-card .image-frame a,
  .standard-card-xl .image-frame a {
    display: flex;
  }
  .standard-card .image-frame a img.image,
  .standard-card-xl .image-frame a img.image,
  .standard-card .image-frame a video,
  .standard-card-xl .image-frame a video {
    width: 100%;
    height: auto;
  }
  .standard-card .image-frame a img.hover,
  .standard-card-xl .image-frame a img.hover {
    filter: brightness(80%);
  }
  .standard-card .text-frame,
  .standard-card-xl .text-frame {
    width: 100%;
    height: auto;
  }
  .standard-card .text-frame .category-tag,
  .standard-card-xl .text-frame .category-tag {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 12px;
  }
  .standard-card .text-frame .category-tag a,
  .standard-card-xl .text-frame .category-tag a {
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #cf1d39;
  }
  .standard-card .text-frame .category-tag a:hover,
  .standard-card-xl .text-frame .category-tag a:hover {
    text-decoration: underline;
  }
  .standard-card .text-frame .category-tag a:hover .text,
  .standard-card-xl .text-frame .category-tag a:hover .text {
    text-decoration: underline;
  }
  .standard-card .text-frame .category-tag i.most-popular,
  .standard-card-xl .text-frame .category-tag i.most-popular {
    float: left;
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 12px 0 0;
    -webkit-border-top-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    background: #cf1d39 url(../index_files/popular-icon.svg) center no-repeat;
    background-size: 28px 28px;
  }
  .standard-card .text-frame .category-tag .text,
  .standard-card-xl .text-frame .category-tag .text {
    float: left;
    display: block;
    width: max-content;
    height: auto;
    padding-top: 8px;
  }
  .standard-card .text-frame .author-frame,
  .standard-card-xl .text-frame .author-frame {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 12px;
  }
  .standard-card .text-frame .author-frame .author-image-frame,
  .standard-card-xl .text-frame .author-frame .author-image-frame {
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin-right: 12px;
  }
  .standard-card .text-frame .author-frame .author-image-frame a img,
  .standard-card-xl .text-frame .author-frame .author-image-frame a img {
    width: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .standard-card .text-frame .author-frame .author-image-frame a img.hover,
  .standard-card-xl .text-frame .author-frame .author-image-frame a img.hover {
    filter: brightness(80%);
  }
  .standard-card .text-frame .author-frame .author-name-frame a,
  .standard-card-xl .text-frame .author-frame .author-name-frame a {
    font-family: NotoSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1b;
  }
  .standard-card .text-frame .author-frame .author-name-frame a.hover,
  .standard-card-xl .text-frame .author-frame .author-name-frame a.hover {
    opacity: 0.8;
  }
  .standard-card .text-frame .title,
  .standard-card-xl .text-frame .title {
    margin-top: 12px;
  }
  .standard-card .text-frame .title a,
  .standard-card-xl .text-frame .title a {
    font-family: TRT-Bold, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #242424;
  }
  .standard-card .text-frame .title a.hover,
  .standard-card-xl .text-frame .title a.hover {
    color: #cf1d39;
  }
  .standard-card .text-frame .description,
  .standard-card-xl .text-frame .description {
    display: none;
  }
  .standard-card .text-frame .description a.hover,
  .standard-card-xl .text-frame .description a.hover {
    opacity: 0.6;
  }
  .standard-left-thumb-card,
  .standard-left-thumb-card-xl {
    width: 894px;
    display: flex;
    flex-flow: row nowrap;
  }
  .standard-left-thumb-card .image-frame,
  .standard-left-thumb-card-xl .image-frame {
    width: 588px;
    height: 331px;
    margin-right: 24px;
  }
  .standard-left-thumb-card .image-frame.with-icon,
  .standard-left-thumb-card-xl .image-frame.with-icon {
    position: relative;
  }
  .standard-left-thumb-card .image-frame.with-icon a .post-type-icon,
  .standard-left-thumb-card-xl .image-frame.with-icon a .post-type-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    left: 10px;
  }
  .standard-left-thumb-card .image-frame.with-icon a .play-icon,
  .standard-left-thumb-card-xl .image-frame.with-icon a .play-icon,
  .standard-left-thumb-card .image-frame.with-icon a .gallery-icon,
  .standard-left-thumb-card-xl .image-frame.with-icon a .gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .standard-left-thumb-card .image-frame a,
  .standard-left-thumb-card-xl .image-frame a {
    display: flex;
  }
  .standard-left-thumb-card .image-frame a img.image,
  .standard-left-thumb-card-xl .image-frame a img.image,
  .standard-left-thumb-card .image-frame a video,
  .standard-left-thumb-card-xl .image-frame a video {
    width: 100%;
    height: auto;
  }
  .standard-left-thumb-card .image-frame a img.hover,
  .standard-left-thumb-card-xl .image-frame a img.hover {
    filter: brightness(80%);
  }
  .standard-left-thumb-card .text-frame,
  .standard-left-thumb-card-xl .text-frame {
    width: 282px;
    height: 331px;
  }
  .standard-left-thumb-card .text-frame .category-tag,
  .standard-left-thumb-card-xl .text-frame .category-tag {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .standard-left-thumb-card .text-frame .category-tag a,
  .standard-left-thumb-card-xl .text-frame .category-tag a {
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #cf1d39;
  }
  .standard-left-thumb-card .text-frame .category-tag a:hover,
  .standard-left-thumb-card-xl .text-frame .category-tag a:hover {
    text-decoration: underline;
  }
  .standard-left-thumb-card .text-frame .title,
  .standard-left-thumb-card-xl .text-frame .title {
    margin-top: 12px;
  }
  .standard-left-thumb-card .text-frame .title a,
  .standard-left-thumb-card-xl .text-frame .title a {
    font-family: TRT-Bold, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #242424;
  }
  .standard-left-thumb-card .text-frame .title a.hover,
  .standard-left-thumb-card-xl .text-frame .title a.hover {
    color: #cf1d39;
  }
  .standard-left-thumb-card .text-frame .description,
  .standard-left-thumb-card-xl .text-frame .description {
    margin-top: 12px;
  }
  .standard-left-thumb-card .text-frame .description a,
  .standard-left-thumb-card-xl .text-frame .description a {
    font-family: NotoSans-Regular, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #242424;
  }
  .standard-left-thumb-card .text-frame .description a.hover,
  .standard-left-thumb-card-xl .text-frame .description a.hover {
    opacity: 0.6;
  }
  .standard-right-thumb-card,
  .standard-right-thumb-card-xl {
    width: 894px;
    display: flex;
    flex-flow: row nowrap;
  }
  .standard-right-thumb-card .image-frame,
  .standard-right-thumb-card-xl .image-frame {
    width: 588px;
    height: 331px;
    margin-left: 24px;
    order: 2;
  }
  .standard-right-thumb-card .image-frame.with-icon,
  .standard-right-thumb-card-xl .image-frame.with-icon {
    position: relative;
  }
  .standard-right-thumb-card .image-frame.with-icon a .post-type-icon,
  .standard-right-thumb-card-xl .image-frame.with-icon a .post-type-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    left: 10px;
  }
  .standard-right-thumb-card .image-frame.with-icon a .play-icon,
  .standard-right-thumb-card-xl .image-frame.with-icon a .play-icon,
  .standard-right-thumb-card .image-frame.with-icon a .gallery-icon,
  .standard-right-thumb-card-xl .image-frame.with-icon a .gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .standard-right-thumb-card .image-frame a,
  .standard-right-thumb-card-xl .image-frame a {
    display: flex;
  }
  .standard-right-thumb-card .image-frame a img.image,
  .standard-right-thumb-card-xl .image-frame a img.image,
  .standard-right-thumb-card .image-frame a video,
  .standard-right-thumb-card-xl .image-frame a video {
    width: 100%;
    height: auto;
  }
  .standard-right-thumb-card .image-frame a img.hover,
  .standard-right-thumb-card-xl .image-frame a img.hover {
    filter: brightness(80%);
  }
  .standard-right-thumb-card .text-frame,
  .standard-right-thumb-card-xl .text-frame {
    width: 282px;
    height: 331px;
    order: 1;
  }
  .standard-right-thumb-card .text-frame .category-tag,
  .standard-right-thumb-card-xl .text-frame .category-tag {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .standard-right-thumb-card .text-frame .category-tag a,
  .standard-right-thumb-card-xl .text-frame .category-tag a {
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #cf1d39;
  }
  .standard-right-thumb-card .text-frame .category-tag a:hover,
  .standard-right-thumb-card-xl .text-frame .category-tag a:hover {
    text-decoration: underline;
  }
  .standard-right-thumb-card .text-frame .title,
  .standard-right-thumb-card-xl .text-frame .title {
    margin-top: 12px;
  }
  .standard-right-thumb-card .text-frame .title a,
  .standard-right-thumb-card-xl .text-frame .title a {
    font-family: TRT-Bold, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #242424;
  }
  .standard-right-thumb-card .text-frame .title a.hover,
  .standard-right-thumb-card-xl .text-frame .title a.hover {
    color: #cf1d39;
  }
  .standard-right-thumb-card .text-frame .author-frame,
  .standard-right-thumb-card-xl .text-frame .author-frame {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 20px 0 8px;
  }
  .standard-right-thumb-card .text-frame .author-frame .author-image-frame,
  .standard-right-thumb-card-xl .text-frame .author-frame .author-image-frame {
    margin-right: 16px;
  }
  .standard-right-thumb-card
    .text-frame
    .author-frame
    .author-image-frame
    a
    img,
  .standard-right-thumb-card-xl
    .text-frame
    .author-frame
    .author-image-frame
    a
    img {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .standard-right-thumb-card
    .text-frame
    .author-frame
    .author-image-frame
    a
    img.hover,
  .standard-right-thumb-card-xl
    .text-frame
    .author-frame
    .author-image-frame
    a
    img.hover {
    filter: brightness(80%);
  }
  .standard-right-thumb-card .text-frame .author-frame .author-name-frame a,
  .standard-right-thumb-card-xl .text-frame .author-frame .author-name-frame a {
    font-family: NotoSans-Black, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
  }
  .standard-right-thumb-card
    .text-frame
    .author-frame
    .author-name-frame
    a.hover,
  .standard-right-thumb-card-xl
    .text-frame
    .author-frame
    .author-name-frame
    a.hover {
    opacity: 0.8;
  }
  .standard-right-thumb-card .text-frame .description,
  .standard-right-thumb-card-xl .text-frame .description {
    margin-top: 12px;
  }
  .standard-right-thumb-card .text-frame .description a,
  .standard-right-thumb-card-xl .text-frame .description a {
    font-family: NotoSans-Regular, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #242424;
  }
  .standard-right-thumb-card .text-frame .description a.hover,
  .standard-right-thumb-card-xl .text-frame .description a.hover {
    opacity: 0.6;
  }
  .special-card,
  .special-card-xl {
    width: 100%;
    position: relative;
  }
  .special-card .image-frame,
  .special-card-xl .image-frame {
    width: 100%;
  }
  .special-card .image-frame.with-icon a .post-type-icon,
  .special-card-xl .image-frame.with-icon a .post-type-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    left: 10px;
  }
  .special-card .image-frame a img.image,
  .special-card-xl .image-frame a img.image {
    width: 100%;
    height: auto;
  }
  .special-card .text-frame,
  .special-card-xl .text-frame {
    width: 100%;
    height: auto;
    min-height: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    padding: 0 24px 20px;
    background: #000;
    background: -moz-linear-gradient(0deg, #000f 10%, #fff0 100%);
    background: -webkit-linear-gradient(0deg, #000f 10%, #fff0 100%);
    background: linear-gradient(0deg, #000f 10%, #fff0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  }
  .special-card .text-frame .category-tag,
  .special-card-xl .text-frame .category-tag {
    display: none;
    margin-bottom: 8px;
  }
  .special-card .text-frame .category-tag a,
  .special-card-xl .text-frame .category-tag a {
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
  }
  .special-card .text-frame .category-tag a:hover,
  .special-card-xl .text-frame .category-tag a:hover {
    text-decoration: underline;
  }
  .special-card .text-frame .title,
  .special-card-xl .text-frame .title {
    width: 100%;
  }
  .special-card .text-frame .title a,
  .special-card-xl .text-frame .title a {
    font-family: TRT-Bold, sans-serif;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #fff;
  }
  .special-card .text-frame .title a:hover,
  .special-card-xl .text-frame .title a:hover {
    color: #cf1d39;
  }
  .special-card .text-frame .description,
  .special-card-xl .text-frame .description {
    width: 100%;
    margin-top: 8px;
  }
  .special-card .text-frame .description a,
  .special-card-xl .text-frame .description a {
    font-family: NotoSans-Regular, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
  }
  .special-card .text-frame .date,
  .special-card-xl .text-frame .date {
    font-family: NotoSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    margin-top: 8px;
  }
  .special-hero-related-card-new,
  .special-hero-related-card-new-xl {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
  }
  .special-hero-related-card-new .image-frame,
  .special-hero-related-card-new-xl .image-frame {
    width: 792px;
    height: 446px;
    margin-right: 24px;
    order: 1;
  }
  .special-hero-related-card-new .image-frame.with-icon,
  .special-hero-related-card-new-xl .image-frame.with-icon {
    position: relative;
  }
  .special-hero-related-card-new .image-frame a,
  .special-hero-related-card-new-xl .image-frame a {
    display: flex;
  }
  .special-hero-related-card-new .image-frame a img,
  .special-hero-related-card-new-xl .image-frame a img,
  .special-hero-related-card-new .image-frame a video,
  .special-hero-related-card-new-xl .image-frame a video {
    width: 100%;
    height: auto;
  }
  .special-hero-related-card-new .image-frame.with-icon a .post-type-icon,
  .special-hero-related-card-new-xl .image-frame.with-icon a .post-type-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
  }
  .special-hero-related-card-new .text-frame,
  .special-hero-related-card-new-xl .text-frame {
    width: 384px;
    height: 446px;
    order: 2;
    display: flex;
    flex-flow: column nowrap;
  }
  .special-hero-related-card-new .text-frame .card-tag,
  .special-hero-related-card-new-xl .text-frame .card-tag {
    margin-bottom: 8px;
  }
  .special-hero-related-card-new .text-frame .card-tag a,
  .special-hero-related-card-new-xl .text-frame .card-tag a {
    width: max-content;
    padding: 8px 12px 6px;
    text-align: center;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #cf1d39;
    color: #fff;
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }
  .special-hero-related-card-new .text-frame .title a,
  .special-hero-related-card-new-xl .text-frame .title a {
    font-family: TRT-Bold, sans-serif;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1px;
    color: #000;
    padding-top: 10px;
  }
  .special-hero-related-card-new .text-frame .title a:hover,
  .special-hero-related-card-new-xl .text-frame .title a:hover {
    color: #cf1d39;
  }
  .special-hero-related-card-new .text-frame .description,
  .special-hero-related-card-new-xl .text-frame .description {
    margin-top: 18px;
  }
  .special-hero-related-card-new .text-frame .description a,
  .special-hero-related-card-new-xl .text-frame .description a {
    font-family: NotoSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #242424;
  }
  .special-hero-related-card-new .text-frame .card-contents,
  .special-hero-related-card-new-xl .text-frame .card-contents {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 18px;
    padding: 14px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
  .special-hero-related-card-new
    .text-frame
    .card-contents
    a:hover
    .card-content
    .card-content-title,
  .special-hero-related-card-new-xl
    .text-frame
    .card-contents
    a:hover
    .card-content
    .card-content-title {
    color: #cf1d39;
  }
  .special-hero-related-card-new .text-frame .card-contents a .card-content,
  .special-hero-related-card-new-xl .text-frame .card-contents a .card-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    padding-bottom: 12px;
  }
  .special-hero-related-card-new
    .text-frame
    .card-contents
    a:last-of-type
    .card-content,
  .special-hero-related-card-new-xl
    .text-frame
    .card-contents
    a:last-of-type
    .card-content {
    padding-bottom: 0;
  }
  .special-hero-related-card-new
    .text-frame
    .card-contents
    a
    .card-content
    .card-content-title,
  .special-hero-related-card-new-xl
    .text-frame
    .card-contents
    a
    .card-content
    .card-content-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px;
    height: auto;
    font-family: TRT-Medium, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.5px;
    color: #000;
    margin-left: 8px;
  }
  .special-hero-related-card,
  .special-hero-related-card-xl {
    width: 100%;
  }
  .special-hero-related-card .card-wrapper,
  .special-hero-related-card-xl .card-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .special-hero-related-card .card-wrapper .card-image,
  .special-hero-related-card-xl .card-wrapper .card-image {
    width: 100%;
  }
  .special-hero-related-card .card-wrapper .card-content-wrapper,
  .special-hero-related-card-xl .card-wrapper .card-content-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    padding: 0 32px 32px;
    background: #000;
    background: -moz-linear-gradient(0deg, #000000d4 0%, #fff0 100%);
    background: -webkit-linear-gradient(0deg, #000000d4 0%, #fff0 100%);
    background: linear-gradient(0deg, #000000d4 0%, #fff0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  }
  .special-hero-related-card .card-wrapper .card-content-wrapper a.tag-link,
  .special-hero-related-card-xl .card-wrapper .card-content-wrapper a.tag-link {
    width: max-content;
  }
  .special-hero-related-card .card-wrapper .card-content-wrapper a .card-tag,
  .special-hero-related-card-xl
    .card-wrapper
    .card-content-wrapper
    a
    .card-tag {
    width: max-content;
    padding: 8px 12px 6px;
    text-align: center;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #cf1d39;
    color: #fff;
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .special-hero-related-card
    .card-wrapper
    .card-content-wrapper
    a:hover
    .card-tag,
  .special-hero-related-card-xl
    .card-wrapper
    .card-content-wrapper
    a:hover
    .card-tag {
    background-color: #fff;
    color: #cf1d39;
  }
  .special-hero-related-card
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-related-card-title,
  .special-hero-related-card-xl
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-related-card-title {
    width: 60%;
    font-family: NotoSans-Black, sans-serif;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #fff;
  }
  .special-hero-related-card
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-related-card-title.hover,
  .special-hero-related-card-xl
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-related-card-title.hover {
    opacity: 0.8;
  }
  .special-hero-related-card
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-related-card-description,
  .special-hero-related-card-xl
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-related-card-description {
    width: 60%;
    font-family: NotoSans-Regular, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-top: 20px;
  }
  .special-hero-related-card
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-related-card-description.hover,
  .special-hero-related-card-xl
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-related-card-description.hover {
    opacity: 0.8;
  }
  .special-hero-related-card .card-wrapper .card-content-wrapper .card-contents,
  .special-hero-related-card-xl
    .card-wrapper
    .card-content-wrapper
    .card-contents {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 24px;
  }
  .special-hero-related-card
    .card-wrapper
    .card-content-wrapper
    .card-contents
    a
    .card-content,
  .special-hero-related-card-xl
    .card-wrapper
    .card-content-wrapper
    .card-contents
    a
    .card-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-right: 8px;
  }
  .special-hero-related-card
    .card-wrapper
    .card-content-wrapper
    .card-contents
    a:last-of-type
    .card-content,
  .special-hero-related-card-xl
    .card-wrapper
    .card-content-wrapper
    .card-contents
    a:last-of-type
    .card-content {
    margin-right: 0;
  }
  .special-hero-related-card
    .card-wrapper
    .card-content-wrapper
    .card-contents
    a
    .card-content
    .card-content-line,
  .special-hero-related-card-xl
    .card-wrapper
    .card-content-wrapper
    .card-contents
    a
    .card-content
    .card-content-line {
    width: 1px;
    height: 32px;
    background-color: #cf1d39;
    align-self: flex-start;
    margin-top: 5px;
  }
  .special-hero-related-card
    .card-wrapper
    .card-content-wrapper
    .card-contents
    a
    .card-content
    .card-content-title,
  .special-hero-related-card-xl
    .card-wrapper
    .card-content-wrapper
    .card-contents
    a
    .card-content
    .card-content-title {
    width: 220px;
    height: auto;
    font-family: NotoSans-Black, sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: #fff;
    margin-left: 8px;
  }
  .special-hero-related-card
    .card-wrapper
    .card-content-wrapper
    .card-contents
    a
    .card-content
    .card-content-title:hover,
  .special-hero-related-card-xl
    .card-wrapper
    .card-content-wrapper
    .card-contents
    a
    .card-content
    .card-content-title:hover {
    opacity: 0.8;
  }
  .special-hero-related-card
    .card-wrapper
    .card-content-wrapper
    .card-contents
    a
    .card-content
    .card-content-title
    .type-tag,
  .special-hero-related-card-xl
    .card-wrapper
    .card-content-wrapper
    .card-contents
    a
    .card-content
    .card-content-title
    .type-tag {
    display: block;
    color: #cf1d39;
  }
  .special-hero-related-card .mobile-card-contents,
  .special-hero-related-card-xl .mobile-card-contents {
    display: none;
  }
  .special-hero-card,
  .special-hero-card-xl {
    width: 100%;
  }
  .special-hero-card .card-wrapper,
  .special-hero-card-xl .card-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .special-hero-card .card-wrapper .card-image,
  .special-hero-card-xl .card-wrapper .card-image {
    width: 100%;
  }
  .special-hero-card .card-wrapper .card-content-wrapper,
  .special-hero-card-xl .card-wrapper .card-content-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    padding: 0 32px 32px;
    background: #000;
    background: -moz-linear-gradient(0deg, #000000d4 0%, #fff0 100%);
    background: -webkit-linear-gradient(0deg, #000000d4 0%, #fff0 100%);
    background: linear-gradient(0deg, #000000d4 0%, #fff0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  }
  .special-hero-card .card-wrapper .card-content-wrapper a.tag-link,
  .special-hero-card-xl .card-wrapper .card-content-wrapper a.tag-link {
    width: max-content;
  }
  .special-hero-card .card-wrapper .card-content-wrapper a .card-tag,
  .special-hero-card-xl .card-wrapper .card-content-wrapper a .card-tag {
    width: max-content;
    padding: 8px 12px 6px;
    text-align: center;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #cf1d39;
    color: #fff;
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .special-hero-card .card-wrapper .card-content-wrapper a:hover .card-tag,
  .special-hero-card-xl .card-wrapper .card-content-wrapper a:hover .card-tag {
    background-color: #fff;
    color: #cf1d39;
  }
  .special-hero-card
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-card-title,
  .special-hero-card-xl
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-card-title {
    width: 60%;
    font-family: NotoSans-Black, sans-serif;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #fff;
  }
  .special-hero-card
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-card-title.hover,
  .special-hero-card-xl
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-card-title.hover {
    opacity: 0.8;
  }
  .special-hero-card
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-card-description,
  .special-hero-card-xl
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-card-description {
    width: 60%;
    font-family: NotoSans-Regular, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-top: 20px;
  }
  .special-hero-card
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-card-description.hover,
  .special-hero-card-xl
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-card-description.hover {
    opacity: 0.8;
  }
  .special-hero-card .mobile-card-contents,
  .special-hero-card-xl .mobile-card-contents {
    display: none;
  }
  .sidebar-media-card,
  .sidebar-media-card-xl {
    width: 342px;
    height: 342px;
    overflow: hidden;
    position: relative;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .sidebar-media-card .image-frame,
  .sidebar-media-card-xl .image-frame {
    width: 100%;
    height: 100%;
  }
  .sidebar-media-card .image-frame img,
  .sidebar-media-card-xl .image-frame img {
    width: auto;
    height: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sidebar-media-card .text-frame,
  .sidebar-media-card-xl .text-frame {
    width: 100%;
    height: auto;
    min-height: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    padding: 0 24px 24px;
    background: #000;
    background: -moz-linear-gradient(0deg, #000f 10%, #fff0 100%);
    background: -webkit-linear-gradient(0deg, #000f 10%, #fff0 100%);
    background: linear-gradient(0deg, #000f 10%, #fff0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  }
  .sidebar-media-card .text-frame .card-title,
  .sidebar-media-card-xl .text-frame .card-title {
    margin-bottom: 10px;
  }
  .sidebar-media-card .text-frame .card-title a,
  .sidebar-media-card-xl .text-frame .card-title a {
    font-family: TRT-Bold, sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
  }
  .sidebar-media-card .text-frame .card-title a:hover,
  .sidebar-media-card-xl .text-frame .card-title a:hover {
    opacity: 0.8;
  }
  .sidebar-media-card .text-frame .category-tag,
  .sidebar-media-card-xl .text-frame .category-tag {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .sidebar-media-card .text-frame .category-tag a,
  .sidebar-media-card-xl .text-frame .category-tag a {
    font-family: TRT-Regular, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #fff;
    padding-top: 1px;
  }
  .sidebar-media-card .text-frame .category-tag i,
  .sidebar-media-card-xl .text-frame .category-tag i {
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
  }
  .sidebar-media-card .text-frame .category-tag i.photo,
  .sidebar-media-card-xl .text-frame .category-tag i.photo {
    background: url(../index_files/photo-icon.svg) center no-repeat;
    background-size: 15px 15px;
  }
  .sidebar-media-card .text-frame .category-tag i.video,
  .sidebar-media-card-xl .text-frame .category-tag i.video {
    background: url(../index_files/video-icon.svg) center no-repeat;
    background-size: 15px 15px;
  }
  .media-card,
  .media-card-xl {
    width: 384px;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
  }
  .media-card .image-frame,
  .media-card-xl .image-frame {
    width: 100%;
    height: auto;
  }
  .media-card .image-frame a img.image,
  .media-card-xl .image-frame a img.image {
    width: 100%;
  }
  .media-card .image-frame a img.hover,
  .media-card-xl .image-frame a img.hover {
    filter: brightness(80%);
  }
  .media-card .text-frame,
  .media-card-xl .text-frame {
    width: 100%;
    height: auto;
    padding: 16px;
    background-color: #cf1d39;
  }
  .media-card .text-frame .title a,
  .media-card-xl .text-frame .title a {
    font-family: NotoSans-Black, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
  }
  .media-card .text-frame .title a.hover,
  .media-card-xl .text-frame .title a.hover {
    color: #cf1d39;
  }
  .media-card .text-frame .date,
  .media-card-xl .text-frame .date {
    font-family: TRT-Regular, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 20px;
  }
  .most-read-news-widget-container .most-read-news-list {
    height: 624px;
  }
  .most-read-news-widget-container .most-read-news-list a {
    margin-bottom: 24px;
  }
  .most-read-news-widget-container .most-read-news-list a .most-read-news-row {
    max-height: 60px;
  }
  .most-read-news-widget-container
    .most-read-news-list
    a
    .most-read-news-row
    .news-title {
    width: 226px;
    max-width: 100%;
    -webkit-line-clamp: 3;
  }
  .last-news-widget-container {
    padding: 16px;
  }
  .last-news-widget-container .last-news-list {
    height: 360px;
  }
  .container {
    margin-top: 24px;
  }
  .container-fluid {
    margin-top: 24px;
  }
  .breaking-news-widget-container {
    margin-bottom: 24px;
  }
  .fold-widget-container .fold-widget-wrapper .special-hero-related-card {
    width: 792px;
    height: 446px;
    margin-right: 24px;
    order: 1;
  }
  .fold-widget-container .fold-widget-wrapper .last-news-widget-container {
    width: 384px;
    height: 446px;
    margin-top: 0;
    order: 2;
  }
  .fold-widget-container .fold-widget-wrapper .news-container {
    margin-top: 24px;
  }
  .homepage-economy-bar .economy-column .title {
    width: 130px;
  }
  .homepage-economy-bar .economy-column .title span {
    font-size: 13px;
  }
  .homepage-economy-bar .economy-column .value {
    width: calc(100% - 130px);
    font-size: 13px;
  }
  .headline-widget-container > .title {
    margin-bottom: 20px;
  }
  .headline-widget-container > .title a {
    font-size: 48px;
    line-height: 64px;
  }
  .headline-widget-container > .title i {
    margin: 13px 16px 0 0;
  }
  .headline-widget-container .headline-widget-wrapper .right {
    width: 282px;
  }
  .headline-widget-container
    .headline-widget-wrapper
    .right
    .most-read-news-widget-container {
    width: 282px;
    height: 624px;
  }
  .topics-widget-container {
    padding: 44px 0 48px;
    margin-top: 80px;
  }
  .topics-widget-container > .title {
    font-size: 48px;
    line-height: 64px;
  }
  .topics-widget-container > .title i {
    margin: 13px 16px 0 0;
  }
  .topics-widget-container .black-box {
    width: 840px;
    height: 670px;
    background-color: #1d1d1b;
    position: absolute;
    top: 0;
    left: -48px;
    z-index: -1;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .topics-widget-container .grey-box {
    width: 1248px;
    height: calc(100% - 20px);
    background-color: #f8f8f8;
    position: absolute;
    top: 20px;
    left: -24px;
    z-index: -2;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .topics-widget-container .topics-widget-wrapper {
    display: flex;
    flex-flow: column nowrap;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-right-thumb-card-xl {
    width: 1200px;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .image-frame {
    width: 792px;
    height: 446px;
    overflow: hidden;
    margin-left: 24px;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame {
    width: 384px;
    height: 446px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .title {
    margin-top: 20px;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .title
    a {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #fff;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .title
    a.hover {
    color: #cf1d39;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .description {
    margin-top: 20px;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .description
    a {
    color: #fff;
  }
  .topics-widget-container .topics-widget-wrapper .bottom {
    margin-top: 40px;
  }
  .topics-widget-container .topics-widget-wrapper .bottom .news-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .default-widget-container > .title,
  .default-widget-container .title-container .title {
    margin-bottom: 20px;
  }
  .default-widget-container > .title,
  .default-widget-container > .title a,
  .default-widget-container .title-container .title,
  .default-widget-container .title-container .title a {
    font-size: 48px;
    line-height: 64px;
  }
  .default-widget-container > .title i,
  .default-widget-container .title-container .title i {
    margin: 13px 16px 0 0;
  }
  .default-widget-container .default-widget-wrapper .top-left,
  .default-widget-container .default-widget-wrapper .top-right {
    height: 331px;
  }
  .videos-widget-container {
    margin-top: 80px;
    padding: 44px 0 48px;
  }
  .videos-widget-container > .title i,
  .videos-widget-container > .title-container .title i {
    margin: 12px 16px 0 0;
  }
  .videos-widget-container > .title,
  .videos-widget-container > .title-container .title,
  .videos-widget-container > .title a,
  .videos-widget-container > .title-container .title a {
    font-size: 48px;
    line-height: 64px;
  }
  .videos-widget-container .red-box {
    width: 840px;
    height: 670px;
  }
  .videos-widget-container .grey-box {
    width: 1248px;
    left: -24px;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl {
    width: 1200px;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .image-frame {
    width: 792px;
    height: 446px;
    margin-left: 24px;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .image-frame
    .play-icon {
    width: 66px;
    height: 66px;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame {
    width: 384px;
    height: 446px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .category-tag
    a {
    color: #fff;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .title {
    margin-top: 20px;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .title
    a {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1px;
    color: #fff;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .title
    a.hover {
    opacity: 0.8;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .description {
    margin-top: 20px;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .description
    a {
    color: #fff;
  }
  .video-gallery-page-container .vertical-videos-widget-container {
    margin-bottom: 64px;
  }
  .vertical-videos-widget-container > .title {
    margin-bottom: 20px;
  }
  .vertical-videos-widget-container > .title i {
    margin: 13px 16px 0 0;
  }
  .vertical-videos-widget-container > .title a {
    font-size: 48px;
    line-height: 64px;
  }
  .gallery-widget-container {
    padding: 44px 0 32px;
  }
  .gallery-widget-container > .title,
  .gallery-widget-container > .title-container .title {
    margin-bottom: 16px;
  }
  .gallery-widget-container > .title a,
  .gallery-widget-container > .title-container .title a {
    font-size: 48px;
    line-height: 64px;
  }
  .gallery-widget-container > .title i,
  .gallery-widget-container > .title-container .title i {
    margin: 14px 16px 0 0;
  }
  .gallery-widget-container .yellow-box {
    width: 840px;
    height: 842px;
  }
  .gallery-widget-container .grey-box {
    width: 1248px;
    height: calc(100% + 12px);
    left: -24px;
  }
  .gallery-widget-container .gallery-widget-wrapper > .left,
  .gallery-widget-container .gallery-widget-wrapper > .right {
    width: calc(50% - 12px);
    height: 686px;
  }
  .gallery-widget-container .gallery-widget-wrapper > .left .top,
  .gallery-widget-container .gallery-widget-wrapper > .left .bottom {
    width: 100%;
    height: 331px;
  }
  .gallery-widget-container .gallery-widget-wrapper > .left .bottom .left,
  .gallery-widget-container .gallery-widget-wrapper > .left .bottom .right {
    width: calc(50% - 12px);
    height: 331px;
  }
  .gallery-widget-container
    .gallery-widget-wrapper
    > .left
    .bottom
    .left
    .text-frame
    .description
    a {
    font-size: 14px;
    line-height: 20px;
  }
  .gallery-widget-container
    .gallery-widget-wrapper
    > .left
    .bottom
    .right
    .image-frame {
    height: 159px;
  }
  .gallery-widget-container .gallery-widget-wrapper > .right .news-container {
    height: 686px;
  }
  .interactive-widget-container
    .interactive-widget-wrapper
    .news-container
    .special-card-xl,
  .interactive-widget-container
    .interactive-widget-wrapper
    .news-container
    .media-card {
    display: block;
    width: calc(50% - 12px);
  }
  .two-column-external-widget-container
    .two-column-widget-wrapper
    .column
    .top
    .special-card
    .image-frame
    a
    .image {
    height: 330.75px;
  }
  .two-column-external-widget-container
    .two-column-widget-wrapper
    .column
    .bottom
    .standard-card
    .image-frame
    a
    .image {
    height: 158.63px;
  }
  .news-detail-container .left {
    width: 813px;
    height: auto;
    margin-right: 45px;
  }
  .news-detail-container .left .news-content-container .news-content {
    width: 603px;
  }
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .related-news
    .related-news-image {
    width: 160px;
    height: 90px;
  }
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .related-news
    .related-news-image
    img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .related-news
    .related-news-title {
    width: calc(100% - 160px);
  }
  .news-detail-container .right {
    width: 342px;
  }
  .default-page-container > .page-title,
  .default-page-container .title-container > .page-title {
    line-height: 64px;
    margin-bottom: 32px;
  }
  .default-page-container .title-container {
    margin-bottom: 32px;
  }
  .default-page-container .title-container > .page-title {
    margin-bottom: 0 !important;
  }
  .default-page-container > .page-title i,
  .default-page-container .title-container > .page-title i {
    margin: 13px 16px 0 0;
  }
  .default-page-container .list-container > .title {
    font-size: 48px;
    line-height: 64px;
  }
  .default-page-container
    .list-container
    .list-wrapper
    .row
    .standard-card
    .image-frame.with-icon
    a
    .play-icon {
    width: 53px;
    height: 53px;
  }
  .category-page-container .top-container .top .special-hero-card,
  .category-page-container .top-container .top .special-hero-card-xl {
    width: 792px;
    height: 446px;
  }
  .category-page-container .top-container .top .last-news-widget-container {
    width: 384px;
    height: 446px;
  }
  .category-page-container .top-container .top .special-card,
  .category-page-container .top-container .top .special-card-xl {
    width: 588px;
    height: 331px;
  }
  .category-page-container
    .top-container
    .top
    .special-card
    .text-frame
    .description,
  .category-page-container
    .top-container
    .top
    .special-card-xl
    .text-frame
    .description {
    display: none;
  }
  .category-page-container .top-container .top .standard-right-thumb-card,
  .category-page-container .top-container .top .standard-right-thumb-card-xl {
    width: 100%;
    height: 400px;
  }
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card
    .image-frame,
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card-xl
    .image-frame {
    width: 712px;
    height: 400px;
    margin-left: 0;
    overflow: hidden;
  }
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card
    .image-frame
    a,
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card-xl
    .image-frame
    a {
    display: contents;
  }
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card
    .image-frame
    a
    img.image,
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card-xl
    .image-frame
    a
    img.image {
    width: unset;
    height: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card
    .text-frame,
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card-xl
    .text-frame {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 488px;
    height: 400px;
  }
  .category-page-container.category-3
    .top-container
    .top
    .standard-right-thumb-card
    .text-frame,
  .category-page-container.category-3
    .top-container
    .top
    .standard-right-thumb-card-xl
    .text-frame {
    padding: 0 28px;
    background-color: #cf1d39;
  }
  .category-page-container.category-4
    .top-container
    .top
    .standard-right-thumb-card
    .text-frame,
  .category-page-container.category-4
    .top-container
    .top
    .standard-right-thumb-card-xl
    .text-frame {
    padding: 0 32px;
    background-color: #1d1d1b;
  }
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card
    .text-frame
    .category-tag
    a,
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .category-tag
    a {
    line-height: 20px;
    color: #fff;
  }
  .category-page-container.category-3
    .top-container
    .top
    .standard-right-thumb-card
    .text-frame
    .title,
  .category-page-container.category-3
    .top-container
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .title {
    margin-top: 0;
  }
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card
    .text-frame
    .title
    a,
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .title
    a {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #fff;
  }
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card
    .text-frame
    .title
    a.hover,
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .title
    a.hover {
    opacity: 0.8;
  }
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card
    .text-frame
    .description,
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .description {
    margin-top: 20px;
  }
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card
    .text-frame
    .description
    a,
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .description
    a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }
  .category-page-container .top-container .bottom .special-card,
  .category-page-container .top-container .bottom .special-card-xl {
    width: 588px;
    height: 330px;
  }
  .category-page-container .bottom-container .left {
    width: 894px;
  }
  .category-page-container .bottom-container .left .news-container {
    width: 870px;
  }
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card,
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card-xl {
    width: 870px;
    margin-bottom: 16px;
  }
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card
    .image-frame,
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card-xl
    .image-frame {
    width: 282px;
    height: 282px;
    margin-right: 24px;
    overflow: hidden;
  }
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card
    .image-frame
    a,
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card-xl
    .image-frame
    a {
    display: contents;
  }
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card
    .image-frame
    a
    img.image,
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card-xl
    .image-frame
    a
    img.image {
    width: unset;
    height: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card
    .text-frame,
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card-xl
    .text-frame {
    width: 564px;
    height: 282px;
  }
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card
    .text-frame
    .title,
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card-xl
    .text-frame
    .title {
    margin-top: 0;
  }
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card
    .text-frame
    .title
    a,
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card-xl
    .text-frame
    .title
    a {
    font-size: 18px;
    line-height: 28px;
  }
  .category-page-container .bottom-container .right {
    width: 306px;
    height: auto;
    padding: 40px 0 0 23px;
    border-left: 1px solid #adadad;
  }
  .category-page-container .bottom-container .right .sidebar-media-card {
    width: 282px;
    height: 282px;
  }
  .category-page-container
    .bottom-container
    .right
    .sidebar-editor-selected-container
    .editor-selected-news-list
    .standard-right-thumb-card
    .image-frame {
    width: 68px;
    height: 68px;
    overflow: hidden;
  }
  .category-page-container
    .bottom-container
    .right
    .sidebar-editor-selected-container
    .editor-selected-news-list
    .standard-right-thumb-card
    .image-frame
    a {
    display: contents;
  }
  .category-page-container
    .bottom-container
    .right
    .sidebar-editor-selected-container
    .editor-selected-news-list
    .standard-right-thumb-card
    .image-frame
    a
    img.image {
    width: unset;
    height: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .category-page-container
    .bottom-container
    .right
    .sidebar-editor-selected-container
    .editor-selected-news-list
    .standard-right-thumb-card
    .text-frame {
    width: 202px;
  }
  .category-page-container .media-news-container .media-cards-wrap li {
    width: 384px;
  }
  .live-page-container .top-container .left {
    width: 894px;
    height: 503px;
  }
  .live-page-container .top-container .right {
    width: 282px;
    height: 503px;
  }
  .live-page-container .top-container .right .live-info {
    height: 180px;
    margin-bottom: 12px;
  }
  .live-page-container .top-container .right .live-info .info .title {
    font-size: 28px;
    line-height: 40px;
    -webkit-line-clamp: 1;
  }
  .live-page-container .top-container .right .schedule-list {
    height: 263px;
  }
  .live-page-container .top-container .right .schedule-list .list {
    height: 195px;
  }
  .live-page-container .top-container .right .live-blog {
    height: 455px;
  }
  .live-page-container .top-container .right .live-blog .live-info {
    height: auto;
    padding-top: 20px;
    margin-bottom: 24px;
  }
  .live-page-container .top-container .right .live-blog .live-info .tag {
    margin-bottom: 12px;
  }
  .live-page-container
    .bottom-container
    .programs-container
    .bottom
    .standard-card {
    width: 588px;
  }
  .live-page-container
    .bottom-container
    .programs-container
    .bottom
    .standard-card
    .image-frame {
    height: 331px;
  }
  .epg-page-container .content-container .left {
    width: 815px;
    margin-right: 51px;
  }
  .epg-page-container .content-container .right {
    width: 282px;
    padding-left: 51px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-image-frame {
    height: 720px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper {
    width: 486px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .page-title {
    margin-bottom: 56px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-title
    a {
    font-size: 42px;
    line-height: 52px;
    -webkit-line-clamp: 2;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-description
    a {
    font-size: 16px;
    line-height: 24px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container
    .last-galleries-wrapper
    .last-gallery-container {
    width: 282px;
    height: 252px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container
    .last-galleries-wrapper
    .last-gallery-container
    .left {
    width: 50px;
  }
  .gallery-page-container .bottom-container .category-galleries-container {
    margin-top: 80px;
  }
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    .content-row
    .content-row-wrapper
    .standard-card {
    margin-right: 24px;
  }
  .tag-galleries-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper,
  .tag-videos-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper {
    width: 1200px !important;
  }
  .tag-galleries-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-title,
  .tag-galleries-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-description,
  .tag-videos-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-title,
  .tag-videos-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-description {
    width: 486px !important;
  }
  .gallery-category-page-container .top-container .videos-widget-container {
    padding: 64px 0 35px;
  }
  .gallery-category-page-container
    .top-container
    .videos-widget-container
    .grey-box {
    height: 936px;
  }
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    .yellow-box {
    width: 840px;
    height: 670px;
    top: 24px;
    left: -48px;
  }
  .gallery-category-page-container.video-gallery-category-page-container
    .top-container
    .videos-widget-container
    .red-box {
    top: 24px;
  }
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    > .title,
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .category-tag
    a,
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .title
    a,
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .description
    a,
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .text-frame
    .date {
    color: #1d1d1b;
  }
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xl
    .image-frame
    .gallery-icon {
    width: 66px;
    height: 66px;
  }
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-xl
    .image-frame.with-icon
    a
    .play-icon {
    width: 66px;
    height: 66px;
  }
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-right
    .standard-card-xl
    .image-frame.with-icon
    a
    .play-icon,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .bottom
    .standard-card-xl
    .image-frame.with-icon
    a
    .play-icon {
    width: 40px;
    height: 40px;
  }
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-xl
    .text-frame
    .title {
    margin-top: 0;
  }
  .gallery-category-page-container
    .top-container
    .videos-widget-container
    .bottom
    .news-container
    .standard-card
    .text-frame
    .title
    a,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    > .title,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-xl
    .text-frame
    .title
    a,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-xl
    .text-frame
    .description
    a,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-right
    .standard-card-xl
    .text-frame
    .title
    a,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .bottom
    .standard-card-xl
    .text-frame
    .title
    a,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .gallery-category-galleries-wrapper
    .standard-card
    .text-frame
    .title
    a,
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .gallery-list-wrapper
    .standard-card
    .text-frame
    .title
    a {
    color: #fff;
  }
  .gallery-category-page-container
    .top-container
    .videos-widget-container
    .bottom
    .news-container
    .standard-card
    .text-frame
    .title
    a.hover,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-xl
    .text-frame
    .title
    a.hover,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-right
    .standard-card-xl
    .text-frame
    .title
    a.hover,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .bottom
    .standard-card-xl
    .text-frame
    .title
    a.hover,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .gallery-category-galleries-wrapper
    .standard-card
    .text-frame
    .title
    a.hover,
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .gallery-list-wrapper
    .standard-card
    .text-frame
    .title
    a.hover {
    color: #cf1d39;
  }
  .gallery-category-page-container
    .top-container
    .videos-widget-container
    .bottom
    .news-container
    .standard-card
    .text-frame
    .date,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-xl
    .text-frame
    .date,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-right
    .standard-card-xl
    .text-frame
    .date,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .bottom
    .standard-card-xl
    .text-frame
    .date,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .gallery-category-galleries-wrapper
    .standard-card
    .text-frame
    .date,
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .gallery-list-wrapper
    .standard-card
    .text-frame
    .date {
    color: #adadad;
  }
  .gallery-page-container .bottom-container .gallery-list-container,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container {
    margin-top: 64px;
  }
  .gallery-page-container .bottom-container .gallery-list-container > .title,
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .title-container
    > .title,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    > .title,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .title-container
    > .title {
    font-family: TRT-Bold, sans-serif;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .title-container,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .title-container {
    margin-bottom: 24px;
  }
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .title-container
    > .title,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .title-container
    > .title {
    margin-bottom: 0 !important;
  }
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .gallery-list-wrapper
    .standard-card
    .image-frame.with-icon
    a
    .play-icon,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .gallery-category-galleries-wrapper
    .standard-card
    .image-frame.with-icon
    a
    .play-icon {
    width: 53px;
    height: 53px;
  }
  .video-detail-page-container .top-container {
    padding-top: 32px;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video {
    width: 588px;
    height: 148px;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video
    .text-frame {
    width: 294px;
  }
  .video-detail-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper
    .standard-card
    .image-frame.with-icon
    a
    .play-icon {
    width: 53px;
    height: 53px;
  }
  .video-detail-page-container .bottom-container .most-view-videos-container {
    margin-top: 40px;
  }
  .video-detail-page-container
    .bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper
    .standard-card:first-of-type {
    width: 588px;
  }
  .video-detail-page-container
    .bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper
    .standard-card:first-of-type
    .image-frame {
    width: 588px;
    height: 331px;
  }
  .vertical-video-detail-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper
    .standard-card
    .image-frame {
    height: auto;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container {
    height: 810px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo {
    height: 810px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper {
    height: 810px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container {
    position: absolute;
    bottom: 40px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame
    .counter {
    width: 180px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame
    .title-description-container {
    width: calc(100% - 204px);
  }
  .podcasts-page-container .top-container {
    padding: 32px 0;
  }
  .podcasts-page-container .top-container .page-title {
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -1px;
    margin-bottom: 32px;
  }
  .podcasts-page-container .top-container .page-title i {
    width: 32px;
    height: 32px;
    margin: 13px 16px 0 0;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .podcasts-page-container
    .top-container
    .main-podcast-container
    .podcast-title {
    margin-top: 24px;
  }
  .podcasts-page-container
    .top-container
    .main-podcast-container
    .podcast-title
    a {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
  }
  .podcasts-page-container
    .top-container
    .main-podcast-container
    .podcast-description {
    margin-top: 16px;
  }
  .podcasts-page-container
    .top-container
    .main-podcast-container
    .podcast-description
    a {
    font-size: 20px;
    line-height: 28px;
  }
  .podcasts-page-container
    .top-container
    .main-podcast-container
    .podcast-date {
    margin-top: 16px;
  }
  .podcasts-page-container
    .top-container
    .main-podcast-container
    .podcast-author-wrapper {
    margin-top: 16px;
  }
  .podcasts-page-container .bottom-container .podcast-list-container {
    margin-top: 64px;
  }
  .podcasts-page-container .bottom-container .podcast-list-container > .title {
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
  .podcasts-page-container
    .bottom-container
    .podcast-list-container
    > .title
    i {
    width: 32px;
    height: 32px;
    margin: 13px 16px 0 0;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .podcasts-page-container
    .bottom-container
    .podcast-list-container
    .podcast-list-wrapper
    .row
    .standard-card
    .image-frame.with-icon
    a
    .play-icon {
    width: 53px;
    height: 53px;
  }
  .author-post-page-container
    .top-container
    .author-info-container
    .author-info-wrapper
    .author-name-email-wrapper
    .author-name-title {
    font-size: 48px;
    line-height: 64px;
  }
  .author-vertical-videos-container
    .bottom-container
    .gallery-list-container
    .gallery-list-wrapper
    .row
    .standard-card
    .image-frame {
    height: auto;
  }
  .breaking-news-page-container .left {
    width: 813px;
    margin-right: 45px;
  }
  .breaking-news-page-container .left .last-news-container .standard-card {
    width: 150.6px;
    margin-right: 15px;
    margin-bottom: 24px;
  }
  .breaking-news-page-container .right {
    width: 342px;
  }
  .weather-page-container .top .top-row .search-form,
  .weather-page-container .bottom .left {
    width: 813px;
    margin-right: 45px;
  }
  .weather-page-container .top .top-row .city-list-container,
  .weather-page-container .bottom .right {
    width: 342px;
  }
  .program-episodes-page-container
    .top-container
    .top
    .standard-left-thumb-card,
  .program-episodes-page-container
    .top-container
    .top
    .standard-left-thumb-card-xl {
    width: 100%;
  }
  .program-episodes-page-container
    .top-container
    .top
    .standard-left-thumb-card
    .image-frame
    img.image,
  .program-episodes-page-container
    .top-container
    .top
    .standard-left-thumb-card-xl
    .image-frame
    img.image {
    width: 100%;
    height: auto;
  }
  .program-episodes-page-container
    .top-container
    .top
    .standard-left-thumb-card
    .image-frame
    iframe,
  .program-episodes-page-container
    .top-container
    .top
    .standard-left-thumb-card-xl
    .image-frame
    iframe {
    width: 588px;
    height: 330px;
  }
  .program-episodes-page-container
    .top-container
    .top
    .standard-left-thumb-card
    .text-frame,
  .program-episodes-page-container
    .top-container
    .top
    .standard-left-thumb-card-xl
    .text-frame {
    width: 588px;
  }
  .sidebar .last-news-widget-container,
  .sidebar .most-read-news-widget-container,
  .sidebar .banner,
  .sidebar .sidebar-media-card,
  .sidebar .sidebar-editor-selected-container {
    margin-bottom: 32px;
  }
  .sidebar .banner {
    width: 100%;
    height: auto;
  }
  .sidebar .banner img {
    width: 100%;
  }
  .sidebar .most-read-news-widget-container .most-read-news-list {
    height: auto;
  }
  .sidebar .last-news-widget-container {
    padding: 24px;
  }
  .sidebar .last-news-widget-container .last-news-list {
    height: auto;
  }
  .sidebar .last-news-widget-container .last-news-list a .last-news-row {
    height: auto;
    max-height: 80px;
  }
  .sidebar
    .last-news-widget-container
    .last-news-list
    a
    .last-news-row
    .news-title {
    -webkit-line-clamp: 4;
  }
  .sidebar .sidebar-editor-selected-container {
    width: 100%;
    height: auto;
  }
  .sidebar .sidebar-editor-selected-container > .title {
    font-family: TRT-Bold, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #1d1d1b;
    margin-bottom: 24px;
  }
  .sidebar .sidebar-editor-selected-container > .title i {
    float: left;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 8px 0 0;
    background-color: #cf1d39;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .sidebar .sidebar-editor-selected-container .editor-selected-news-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
  }
  .sidebar
    .sidebar-editor-selected-container
    .editor-selected-news-list
    .standard-right-thumb-card {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .sidebar
    .sidebar-editor-selected-container
    .editor-selected-news-list
    .standard-right-thumb-card:last-of-type {
    margin-bottom: 0;
  }
  .sidebar
    .sidebar-editor-selected-container
    .editor-selected-news-list
    .standard-right-thumb-card
    .image-frame {
    width: 120px;
    height: 68px;
    margin-left: 12px;
  }
  .sidebar
    .sidebar-editor-selected-container
    .editor-selected-news-list
    .standard-right-thumb-card
    .image-frame
    a
    img.image {
    width: 100%;
  }
  .sidebar
    .sidebar-editor-selected-container
    .editor-selected-news-list
    .standard-right-thumb-card
    .text-frame {
    width: calc(100% - 132px);
    height: auto;
  }
  .sidebar
    .sidebar-editor-selected-container
    .editor-selected-news-list
    .standard-right-thumb-card
    .text-frame
    .title {
    margin-top: 0;
  }
  .sidebar
    .sidebar-editor-selected-container
    .editor-selected-news-list
    .standard-right-thumb-card
    .text-frame
    .title
    a {
    font-family: NotoSans-Black, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #242424;
  }
  .sidebar
    .sidebar-editor-selected-container
    .editor-selected-news-list
    .standard-right-thumb-card
    .text-frame
    .title
    a.hover {
    color: #cf1d39;
  }
  .sidebar .sidebar-read-list-container {
    width: inherit;
    height: auto;
  }
  .sidebar .sidebar-read-list-container.sticky {
    position: fixed;
    top: 100px;
  }
  .sidebar .sidebar-read-list-container > .title {
    font-family: TRT-Bold, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #1d1d1b;
    margin-bottom: 24px;
  }
  .sidebar .sidebar-read-list-container > .title i {
    float: left;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 8px 0 0;
    background-color: #cf1d39;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .sidebar .sidebar-read-list-container .read-list-news-list {
    width: 100%;
    height: 370px;
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
  }
  .sidebar
    .sidebar-read-list-container
    .read-list-news-list
    .read-list-progress-bar-container {
    width: 100%;
    height: 2px;
    margin-bottom: 24px;
  }
  .sidebar
    .sidebar-read-list-container
    .read-list-news-list
    .read-list-progress-bar-container
    .read-list-progress-bar {
    width: 0;
    height: 2px;
    background-color: #cf1d39;
  }
  .sidebar
    .sidebar-read-list-container
    .read-list-news-list
    .standard-left-thumb-card {
    width: fit-content;
    height: auto;
    margin-bottom: 24px;
    align-items: center;
  }
  .sidebar
    .sidebar-read-list-container
    .read-list-news-list
    .standard-left-thumb-card:last-of-type {
    margin-bottom: 0;
  }
  .sidebar
    .sidebar-read-list-container
    .read-list-news-list
    .standard-left-thumb-card
    .image-frame {
    width: 120px;
    height: 68px;
    margin-right: 12px;
  }
  .sidebar
    .sidebar-read-list-container
    .read-list-news-list
    .standard-left-thumb-card
    .image-frame
    a
    img.image {
    width: 100%;
  }
  .sidebar
    .sidebar-read-list-container
    .read-list-news-list
    .standard-left-thumb-card
    .text-frame {
    width: calc(100% - 132px);
    height: auto;
  }
  .sidebar
    .sidebar-read-list-container
    .read-list-news-list
    .standard-left-thumb-card
    .text-frame
    .title {
    margin-top: 0;
  }
  .sidebar
    .sidebar-read-list-container
    .read-list-news-list
    .standard-left-thumb-card
    .text-frame
    .title
    a {
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #242424;
  }
  .sidebar
    .sidebar-read-list-container
    .read-list-news-list
    .standard-left-thumb-card
    .text-frame
    .title
    a.hover {
    color: #cf1d39;
  }
  .sidebar .sidebar-ads-container {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    justify-content: center;
  }
  .footer {
    width: 100%;
    height: auto;
    background-color: #101010;
    text-align: center;
    padding: 64px 0 98px;
    margin-top: 64px;
  }
  .footer .logo {
    width: 183px;
    height: 32px;
    margin-bottom: 24px;
  }
  .footer .footer-menu-container {
    display: block;
    width: max-content;
    margin: 0 auto 24px;
  }
  .footer .footer-menu-container ul.footer-menu {
    list-style: none;
    display: flex;
  }
  .footer .footer-menu-container ul.footer-menu li {
    float: left;
  }
  .footer .footer-menu-container ul.footer-menu li a {
    color: #fff;
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 0 12.5px;
  }
  .footer .footer-social-container {
    display: block;
    width: max-content;
    margin: 0 auto 24px;
  }
  .footer .footer-social-container ul.footer-social-links {
    list-style: none;
    display: flex;
  }
  .footer .footer-social-container ul.footer-social-links li {
    float: left;
  }
  .footer .footer-social-container ul.footer-social-links li a {
    margin: 0 16px;
  }
  .footer .footer-social-container ul.footer-social-links li a span {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
  .footer .footer-social-container ul.footer-social-links li a span.nsosyal {
    background: url(../index_files/nsosyal-icon.svg) no-repeat center #475152;
    background-size: 14px;
  }
  .footer .footer-social-container ul.footer-social-links li a span.whatsapp {
    background: url(../index_files/whatsapp-icon.svg) no-repeat center #475152;
    background-size: 17px;
  }
  .footer .footer-social-container ul.footer-social-links li a span.facebook {
    background: url(../index_files/facebook-icon.svg) no-repeat center #475152;
    background-size: 8px;
  }
  .footer .footer-social-container ul.footer-social-links li a span.twitter {
    background: url(../index_files/new-twitter-icon.svg) no-repeat center #475152;
    background-size: 15px;
  }
  .footer .footer-social-container ul.footer-social-links li a span.instagram {
    background: url(../index_files/instagram-icon.svg) no-repeat center #475152;
    background-size: 15px;
  }
  .footer .footer-social-container ul.footer-social-links li a span.youtube {
    background: url(../index_files/youtube-icon.svg) no-repeat center #475152;
    background-size: 17px;
  }
  .footer .text {
    text-align: center;
    color: #adadad;
    font-family: NotoSans-Medium, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0 16px 24px;
  }
  ul.footer-sub-menu {
    list-style: none;
    display: flex;
    flex-flow: column nowrap;
    width: max-content;
    margin: 0 auto;
  }
  ul.footer-sub-menu li a {
    color: #adadad;
    font-family: NotoSans-Medium, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
    text-decoration: underline;
  }
  .cookie-policy-container .cookie-policy-wrapper {
    max-width: 1200px;
  }
  .cookie-policy-container .cookie-policy-wrapper .cookie-policy-text {
    width: calc(100% - 95px);
    font-size: 16px;
    line-height: 80px;
  }
  .cookie-policy-container .cookie-policy-wrapper .accept-button {
    width: 95px;
    font-size: 16px;
  }
}
