@media (min-width: 576.1px) and (max-width: 1040px) {
  .hide-md {
    display: none !important;
  }
  .standard-card,
  .standard-card-md {
    width: 100%;
  }
  .standard-card .image-frame,
  .standard-card-md .image-frame {
    width: 100%;
    height: auto;
    margin-bottom: 4px;
  }
  .standard-card .image-frame.with-gradient,
  .standard-card-md .image-frame.with-gradient,
  .standard-card .image-frame.with-icon,
  .standard-card-md .image-frame.with-icon {
    position: relative;
  }
  .standard-card .image-frame.with-gradient .gradient,
  .standard-card-md .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-md .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-md .image-frame.with-icon a .play-icon,
  .standard-card .image-frame.with-icon a .gallery-icon,
  .standard-card-md .image-frame.with-icon a .gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .standard-card .image-frame a,
  .standard-card-md .image-frame a {
    display: flex;
  }
  .standard-card .image-frame a img.image,
  .standard-card-md .image-frame a img.image,
  .standard-card .image-frame a video,
  .standard-card-md .image-frame a video {
    width: 100%;
    height: auto;
  }
  .standard-card .image-frame a img.hover,
  .standard-card-md .image-frame a img.hover {
    filter: brightness(80%);
  }
  .standard-card .text-frame,
  .standard-card-md .text-frame {
    width: 100%;
    height: auto;
  }
  .standard-card .text-frame .category-tag,
  .standard-card-md .text-frame .category-tag {
    margin-top: 12px;
  }
  .standard-card .text-frame .category-tag a,
  .standard-card-md .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-md .text-frame .category-tag a:hover {
    text-decoration: underline;
  }
  .standard-card .text-frame .author-frame,
  .standard-card-md .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-md .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-md .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-md .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-md .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-md .text-frame .author-frame .author-name-frame a.hover {
    opacity: 0.8;
  }
  .standard-card .text-frame .title,
  .standard-card-md .text-frame .title {
    margin-top: 12px;
  }
  .standard-card .text-frame .title a,
  .standard-card-md .text-frame .title a {
    font-family: TRT-Bold, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #242424;
  }
  .standard-card .text-frame .title a.hover,
  .standard-card-md .text-frame .title a.hover {
    color: #cf1d39;
  }
  .standard-card .text-frame .description,
  .standard-card-md .text-frame .description {
    display: none;
    margin-top: 12px;
  }
  .standard-card .text-frame .description a,
  .standard-card-md .text-frame .description a {
    font-family: NotoSans-Regular, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #1d1d1b;
  }
  .standard-card .text-frame .description a.hover,
  .standard-card-md .text-frame .description a.hover {
    opacity: 0.6;
  }
  .standard-left-thumb-card,
  .standard-left-thumb-card-md {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .standard-left-thumb-card .image-frame,
  .standard-left-thumb-card-md .image-frame {
    width: 120px;
    height: 90px;
    margin-right: 12px;
    overflow: hidden;
  }
  .standard-left-thumb-card .image-frame.with-icon,
  .standard-left-thumb-card-md .image-frame.with-icon {
    position: relative;
  }
  .standard-left-thumb-card .image-frame.with-icon a,
  .standard-left-thumb-card-md .image-frame.with-icon a {
    display: contents;
  }
  .standard-left-thumb-card .image-frame.with-icon a .post-type-icon,
  .standard-left-thumb-card-md .image-frame.with-icon a .post-type-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
  }
  .standard-left-thumb-card .image-frame.with-icon a .play-icon,
  .standard-left-thumb-card-md .image-frame.with-icon a .play-icon,
  .standard-left-thumb-card .image-frame.with-icon a .gallery-icon,
  .standard-left-thumb-card-md .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-md .image-frame a {
    display: flex;
  }
  .standard-left-thumb-card .image-frame a img.image,
  .standard-left-thumb-card-md .image-frame a img.image,
  .standard-left-thumb-card .image-frame a video,
  .standard-left-thumb-card-md .image-frame a video {
    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%);
  }
  .standard-left-thumb-card .image-frame a img.hover,
  .standard-left-thumb-card-md .image-frame a img.hover {
    filter: brightness(80%);
  }
  .standard-left-thumb-card .image-frame-16-9,
  .standard-left-thumb-card-md .image-frame-16-9 {
    width: 100%;
    height: auto;
    margin-right: 12px;
    overflow: auto;
  }
  .standard-left-thumb-card .image-frame-16-9 a img.image,
  .standard-left-thumb-card-md .image-frame-16-9 a img.image {
    width: 100%;
    height: auto;
    margin-left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .standard-left-thumb-card .image-frame-16-9 a img.hover,
  .standard-left-thumb-card-md .image-frame-16-9 a img.hover {
    filter: brightness(80%);
  }
  .standard-left-thumb-card .text-frame,
  .standard-left-thumb-card-md .text-frame {
    width: calc(100% - 132px);
    height: auto;
  }
  .standard-left-thumb-card .text-frame .category-tag,
  .standard-left-thumb-card-md .text-frame .category-tag {
    display: none;
    margin-bottom: 12px;
  }
  .standard-left-thumb-card .text-frame .category-tag a,
  .standard-left-thumb-card-md .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-md .text-frame .category-tag a:hover {
    text-decoration: underline;
  }
  .standard-left-thumb-card .text-frame .category-tag a:hover .text,
  .standard-left-thumb-card-md .text-frame .category-tag a:hover .text {
    text-decoration: underline;
  }
  .standard-left-thumb-card .text-frame .category-tag i.most-popular,
  .standard-left-thumb-card-md .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-left-thumb-card .text-frame .category-tag .text,
  .standard-left-thumb-card-md .text-frame .category-tag .text {
    float: left;
    display: block;
    width: max-content;
    height: auto;
    padding-top: 8px;
  }
  .standard-left-thumb-card .text-frame .title a,
  .standard-left-thumb-card-md .text-frame .title a {
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #242424;
  }
  .standard-left-thumb-card .text-frame .title a.hover,
  .standard-left-thumb-card-md .text-frame .title a.hover {
    color: #cf1d39;
  }
  .standard-left-thumb-card .text-frame .description,
  .standard-left-thumb-card-md .text-frame .description {
    display: none;
  }
  .standard-left-thumb-card .text-frame .description a.hover,
  .standard-left-thumb-card-md .text-frame .description a.hover {
    opacity: 0.6;
  }
  .standard-right-thumb-card,
  .standard-right-thumb-card-md {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .standard-right-thumb-card .image-frame,
  .standard-right-thumb-card-md .image-frame {
    width: 120px;
    height: 90px;
    margin-left: 12px;
    overflow: hidden;
    order: 2;
  }
  .standard-right-thumb-card .image-frame.with-icon,
  .standard-right-thumb-card-md .image-frame.with-icon {
    position: relative;
  }
  .standard-right-thumb-card .image-frame.with-icon a,
  .standard-right-thumb-card-md .image-frame.with-icon a {
    display: contents;
  }
  .standard-right-thumb-card .image-frame.with-icon a .post-type-icon,
  .standard-right-thumb-card-md .image-frame.with-icon a .post-type-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
  }
  .standard-right-thumb-card .image-frame.with-icon a .play-icon,
  .standard-right-thumb-card-md .image-frame.with-icon a .play-icon,
  .standard-right-thumb-card .image-frame.with-icon a .gallery-icon,
  .standard-right-thumb-card-md .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-md .image-frame a {
    display: flex;
  }
  .standard-right-thumb-card .image-frame a img.image,
  .standard-right-thumb-card-md .image-frame a img.image,
  .standard-right-thumb-card .image-frame a video,
  .standard-right-thumb-card-md .image-frame a video {
    height: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .standard-right-thumb-card .image-frame a img.hover,
  .standard-right-thumb-card-md .image-frame a img.hover {
    filter: brightness(80%);
  }
  .standard-right-thumb-card .image-frame-16-9,
  .standard-right-thumb-card-md .image-frame-16-9 {
    width: 100%;
    height: auto;
    margin-left: 12px;
    overflow: auto;
    order: 2;
  }
  .standard-right-thumb-card .image-frame-16-9 a img.image,
  .standard-right-thumb-card-md .image-frame-16-9 a img.image {
    width: 100%;
    height: auto;
    margin-left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .standard-right-thumb-card .image-frame-16-9 a img.hover,
  .standard-right-thumb-card-md .image-frame-16-9 a img.hover {
    filter: brightness(80%);
  }
  .standard-right-thumb-card .text-frame,
  .standard-right-thumb-card-md .text-frame {
    width: calc(100% - 132px);
    height: auto;
    order: 1;
  }
  .standard-right-thumb-card .text-frame .category-tag,
  .standard-right-thumb-card-md .text-frame .category-tag {
    display: none;
    margin-bottom: 12px;
  }
  .standard-right-thumb-card .text-frame .category-tag a,
  .standard-right-thumb-card-md .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-md .text-frame .category-tag a:hover {
    text-decoration: underline;
  }
  .standard-right-thumb-card .text-frame .category-tag a:hover .text,
  .standard-right-thumb-card-md .text-frame .category-tag a:hover .text {
    text-decoration: underline;
  }
  .standard-right-thumb-card .text-frame .category-tag .text,
  .standard-right-thumb-card-md .text-frame .category-tag .text {
    float: left;
    display: block;
    width: max-content;
    height: auto;
    padding-top: 8px;
  }
  .standard-right-thumb-card .text-frame .title a,
  .standard-right-thumb-card-md .text-frame .title a {
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #242424;
  }
  .standard-right-thumb-card .text-frame .title a.hover,
  .standard-right-thumb-card-md .text-frame .title a.hover {
    color: #cf1d39;
  }
  .standard-right-thumb-card .text-frame .author-frame,
  .standard-right-thumb-card-md .text-frame .author-frame {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 20px;
  }
  .standard-right-thumb-card .text-frame .author-frame .author-image-frame,
  .standard-right-thumb-card-md .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-md
    .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-md
    .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-md .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-md
    .text-frame
    .author-frame
    .author-name-frame
    a.hover {
    opacity: 0.8;
  }
  .standard-right-thumb-card .text-frame .description,
  .standard-right-thumb-card-md .text-frame .description {
    display: none;
  }
  .standard-right-thumb-card .text-frame .description a.hover,
  .standard-right-thumb-card-md .text-frame .description a.hover {
    opacity: 0.6;
  }
  .special-card,
  .special-card-md {
    width: 100%;
    position: relative;
  }
  .special-card .image-frame,
  .special-card-md .image-frame {
    width: 100%;
  }
  .special-card .image-frame.with-icon a .post-type-icon,
  .special-card-md .image-frame.with-icon a .post-type-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
  }
  .special-card .image-frame a img.image,
  .special-card-md .image-frame a img.image {
    width: 100%;
    height: auto;
  }
  .special-card .text-frame,
  .special-card-md .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 32px;
    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-md .text-frame .category-tag {
    display: none;
    margin-bottom: 8px;
  }
  .special-card .text-frame .category-tag a,
  .special-card-md .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-md .text-frame .category-tag a:hover {
    text-decoration: underline;
  }
  .special-card .text-frame .title,
  .special-card-md .text-frame .title {
    width: 100%;
  }
  .special-card .text-frame .title a,
  .special-card-md .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-md .text-frame .title a:hover {
    color: #cf1d39;
  }
  .special-card .text-frame .description,
  .special-card-md .text-frame .description {
    display: none;
    width: 100%;
    margin-top: 8px;
  }
  .special-card .text-frame .description a,
  .special-card-md .text-frame .description a {
    font-family: NotoSans-Regular, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
  }
  .special-hero-related-card-new,
  .special-hero-related-card-new-md {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
  }
  .special-hero-related-card-new .image-frame,
  .special-hero-related-card-new-md .image-frame {
    width: 100%;
    order: 1;
  }
  .special-hero-related-card-new .image-frame.with-icon,
  .special-hero-related-card-new-md .image-frame.with-icon {
    position: relative;
  }
  .special-hero-related-card-new .image-frame a,
  .special-hero-related-card-new-md .image-frame a {
    display: flex;
  }
  .special-hero-related-card-new .image-frame a img,
  .special-hero-related-card-new-md .image-frame a img,
  .special-hero-related-card-new .image-frame a video,
  .special-hero-related-card-new-md .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-lg .image-frame.with-icon a .post-type-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    left: 10px;
  }
  .special-hero-related-card-new .mobile-text-frame,
  .special-hero-related-card-new-md .mobile-text-frame {
    display: flex;
    flex-flow: column nowrap;
    padding: 24px 16px;
    background-color: #e5e5e5;
    order: 2;
  }
  .special-hero-related-card-new .mobile-text-frame .card-tag,
  .special-hero-related-card-new-md .mobile-text-frame .card-tag {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 16px;
  }
  .special-hero-related-card-new .mobile-text-frame .card-tag a,
  .special-hero-related-card-new-md .mobile-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 .mobile-text-frame .title,
  .special-hero-related-card-new-md .mobile-text-frame .title {
    width: 100%;
    height: auto;
  }
  .special-hero-related-card-new .mobile-text-frame .title a,
  .special-hero-related-card-new-md .mobile-text-frame .title a {
    font-family: TRT-Bold, sans-serif;
    font-size: 44px;
    line-height: 46px;
    letter-spacing: -1px;
    color: #242424;
    padding-top: 5px;
  }
  .special-hero-related-card-new .mobile-text-frame .title a:hover,
  .special-hero-related-card-new-md .mobile-text-frame .title a:hover {
    color: #cf1d39;
  }
  .special-hero-related-card-new .mobile-text-frame .description,
  .special-hero-related-card-new-md .mobile-text-frame .description {
    width: 100%;
    height: auto;
    margin-top: 16px;
  }
  .special-hero-related-card-new .mobile-text-frame .description a,
  .special-hero-related-card-new-md .mobile-text-frame .description a {
    font-family: NotoSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #242424;
  }
  .special-hero-related-card-new .mobile-text-frame .mobile-card-contents,
  .special-hero-related-card-new-md .mobile-text-frame .mobile-card-contents {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 20px;
  }
  .special-hero-related-card-new
    .mobile-text-frame
    .mobile-card-contents
    a:hover
    .mobile-card-content
    .mobile-card-content-title,
  .special-hero-related-card-new-md
    .mobile-text-frame
    .mobile-card-contents
    a:hover
    .mobile-card-content
    .mobile-card-content-title {
    color: #cf1d39;
  }
  .special-hero-related-card-new
    .mobile-text-frame
    .mobile-card-contents
    a
    .mobile-card-content,
  .special-hero-related-card-new-md
    .mobile-text-frame
    .mobile-card-contents
    a
    .mobile-card-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    padding-bottom: 12px;
  }
  .special-hero-related-card-new
    .mobile-text-frame
    .mobile-card-contents
    a:last-of-type
    .mobile-card-content,
  .special-hero-related-card-new-md
    .mobile-text-frame
    .mobile-card-contents
    a:last-of-type
    .mobile-card-content {
    padding-bottom: 0;
  }
  .special-hero-related-card-new
    .mobile-text-frame
    .mobile-card-contents
    a
    .mobile-card-content
    .mobile-card-content-title,
  .special-hero-related-card-new-md
    .mobile-text-frame
    .mobile-card-contents
    a
    .mobile-card-content
    .mobile-card-content-title {
    font-family: TRT-Medium, sans-serif;
    color: #242424;
    letter-spacing: -0.2px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 22px;
  }
  .media-card,
  .media-card-md {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
  }
  .media-card .image-frame,
  .media-card-md .image-frame {
    width: 100%;
    height: auto;
  }
  .media-card .image-frame a img.image,
  .media-card-md .image-frame a img.image {
    width: 100%;
  }
  .media-card .image-frame a img.hover,
  .media-card-md .image-frame a img.hover {
    filter: brightness(80%);
  }
  .media-card .text-frame,
  .media-card-md .text-frame {
    width: 100%;
    height: auto;
    padding: 16px;
    background-color: #cf1d39;
  }
  .media-card .text-frame .title a,
  .media-card-md .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-md .text-frame .title a.hover {
    color: #cf1d39;
  }
  .media-card .text-frame .date,
  .media-card-md .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-title i {
    margin: 3px 8px 0 0;
  }
  .most-read-news-widget-container .most-read-news-list {
    flex-flow: row wrap;
    justify-content: space-between;
    height: 224px;
  }
  .most-read-news-widget-container .most-read-news-list a {
    width: calc(50% - 12px);
    margin-right: 24px;
  }
  .most-read-news-widget-container .most-read-news-list a:nth-of-type(2),
  .most-read-news-widget-container .most-read-news-list a:nth-of-type(4),
  .most-read-news-widget-container .most-read-news-list a:nth-of-type(6),
  .most-read-news-widget-container .most-read-news-list a:nth-of-type(8) {
    margin-right: 0;
  }
  .most-read-news-widget-container .most-read-news-list a .most-read-news-row {
    max-height: 40px;
  }
  .most-read-news-widget-container
    .most-read-news-list
    a
    .most-read-news-row
    .news-title {
    width: calc(100% - 56px);
    max-width: calc(100% - 56px);
    -webkit-line-clamp: 2;
  }
  .last-news-widget-container {
    padding: 32px;
  }
  .last-news-widget-container .last-news-list {
    flex-flow: row nowrap;
    align-items: center;
    width: max-content;
    height: 72px;
  }
  .last-news-widget-container .last-news-list a .last-news-row {
    width: 277px;
    height: 72px;
  }
  .last-news-widget-container .last-news-list a .last-news-row .news-title {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 3;
  }
  .container {
    margin-top: 16px !important;
  }
  .container-fluid {
    margin-top: 16px !important;
  }
  .breaking-news-widget-container {
    margin-bottom: 24px;
  }
  .fold-widget-container .fold-widget-wrapper .news-container {
    flex-flow: row wrap;
    justify-content: space-between;
    order: 2;
  }
  .fold-widget-container .fold-widget-wrapper .news-container .standard-card {
    width: calc(50% - 8px);
    margin-top: 32px;
  }
  .homepage-economy-bar .economy-column .title {
    width: 85px;
  }
  .homepage-economy-bar .economy-column .title span {
    font-size: 12px;
  }
  .homepage-economy-bar .economy-column .value {
    width: calc(100% - 85px);
    font-size: 12px;
  }
  .headline-widget-container > .title {
    margin-bottom: 16px;
  }
  .headline-widget-container > .title a {
    font-size: 16px;
    line-height: 20px;
  }
  .headline-widget-container > .title i {
    margin: 3px 8px 0 0;
  }
  .headline-widget-container .headline-widget-wrapper .left {
    flex-flow: row nowrap;
    margin-bottom: 40px;
  }
  .headline-widget-container .headline-widget-wrapper .left .top {
    width: 50%;
    margin-right: 16px;
  }
  .headline-widget-container
    .headline-widget-wrapper
    .left
    .top
    .standard-card
    .text-frame
    .description,
  .headline-widget-container
    .headline-widget-wrapper
    .left
    .top
    .standard-card-md
    .text-frame
    .description {
    display: block;
  }
  .headline-widget-container .headline-widget-wrapper .left .bottom {
    width: 50%;
  }
  .headline-widget-container
    .headline-widget-wrapper
    .left
    .bottom
    .standard-left-thumb-card-md {
    margin-bottom: 16px;
  }
  .headline-widget-container
    .headline-widget-wrapper
    .left
    .bottom
    .standard-left-thumb-card-md:last-of-type {
    margin-bottom: 0;
  }
  .headline-widget-container
    .headline-widget-wrapper
    .right
    .most-read-news-widget-container {
    width: 100%;
    height: auto;
  }
  .topics-widget-container {
    padding: 24px 0;
    margin-top: 40px;
  }
  .topics-widget-container > .title {
    margin-bottom: 20px;
  }
  .topics-widget-container .black-box {
    width: 100vw;
    height: 65%;
    background-color: #1d1d1b;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    z-index: -1;
  }
  .topics-widget-container .grey-box {
    width: 100vw;
    height: 100%;
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    z-index: -2;
  }
  .topics-widget-container .topics-widget-wrapper {
    display: flex;
    flex-flow: column nowrap;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .category-tag {
    margin-top: 16px;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .title {
    margin-top: 4px;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .title
    a {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #fff;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .title
    a.hover {
    color: #cf1d39;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .description {
    display: block;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .description
    a {
    color: #fff;
  }
  .topics-widget-container .topics-widget-wrapper .bottom {
    width: 100%;
    height: auto;
    overflow-x: auto;
    margin-top: 48px;
  }
  .topics-widget-container .topics-widget-wrapper .bottom .news-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .bottom
    .news-container
    .standard-card {
    width: calc(50% - 8px);
    margin-top: 32px;
  }
  .topics-widget-container
    .topics-widget-wrapper
    .bottom
    .news-container
    .standard-card:nth-of-type(1),
  .topics-widget-container
    .topics-widget-wrapper
    .bottom
    .news-container
    .standard-card:nth-of-type(2) {
    margin-top: 0;
  }
  .default-widget-container {
    margin-top: 40px;
  }
  .default-widget-container > .title,
  .default-widget-container .title-container .title {
    margin-bottom: 20px;
  }
  .default-widget-container > .title i,
  .default-widget-container .title-container .title i {
    margin: 3px 8px 0 0;
  }
  .default-widget-container
    .title-container
    .local-news-city-selector-container
    span:first-of-type {
    font-size: 14px;
    line-height: 26px;
  }
  .default-widget-container.left-large .default-widget-wrapper .top-left,
  .default-widget-container.right-large .default-widget-wrapper .top-right {
    width: calc(50% - 8px);
    height: auto;
    order: 1;
  }
  .default-widget-container.left-large
    .default-widget-wrapper
    .top-left
    .standard-card-md
    .text-frame
    .description,
  .default-widget-container.right-large
    .default-widget-wrapper
    .top-right
    .standard-card-md
    .text-frame
    .description {
    display: block;
  }
  .default-widget-container.left-large .default-widget-wrapper .top-right,
  .default-widget-container.right-large .default-widget-wrapper .top-left {
    width: 100%;
    margin-top: 20px;
    order: 3;
  }
  .default-widget-container.left-large
    .default-widget-wrapper
    .top-right
    .standard-left-thumb-card-md,
  .default-widget-container.right-large
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-md {
    width: 100%;
  }
  .default-widget-container.left-large
    .default-widget-wrapper
    .top-right
    .standard-left-thumb-card-md
    .image-frame-16-9,
  .default-widget-container.right-large
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-md
    .image-frame-16-9 {
    width: 36.2%;
    margin-right: 0;
  }
  .default-widget-container.left-large
    .default-widget-wrapper
    .top-right
    .standard-left-thumb-card-md
    .text-frame,
  .default-widget-container.right-large
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-md
    .text-frame {
    width: 63.8%;
    padding-left: 16px;
    height: auto;
  }
  .default-widget-container.left-large
    .default-widget-wrapper
    .top-right
    .standard-left-thumb-card-md
    .text-frame
    .category-tag,
  .default-widget-container.right-large
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-md
    .text-frame
    .category-tag {
    display: inline-block;
    margin-bottom: 12px;
  }
  .default-widget-container.left-large
    .default-widget-wrapper
    .top-right
    .standard-left-thumb-card-md
    .text-frame
    .category-tag
    a,
  .default-widget-container.right-large
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-md
    .text-frame
    .category-tag
    a {
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #cf1d39;
  }
  .default-widget-container.left-large
    .default-widget-wrapper
    .top-right
    .standard-left-thumb-card-md
    .text-frame
    .category-tag
    a:hover,
  .default-widget-container.right-large
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-md
    .text-frame
    .category-tag
    a:hover,
  .default-widget-container.left-large
    .default-widget-wrapper
    .top-right
    .standard-left-thumb-card-md
    .text-frame
    .category-tag
    a:hover
    .text,
  .default-widget-container.right-large
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-md
    .text-frame
    .category-tag
    a:hover
    .text {
    text-decoration: underline;
  }
  .default-widget-container .default-widget-wrapper .bottom {
    width: calc(50% - 8px);
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    margin-left: 16px;
    order: 2;
  }
  .default-widget-container
    .default-widget-wrapper
    .bottom
    .standard-left-thumb-card-md {
    margin-bottom: 16px;
  }
  .videos-widget-container {
    margin-top: 40px;
    padding: 24px 0;
  }
  .videos-widget-container > .title,
  .videos-widget-container > .title-container .title,
  .videos-widget-container > .title-container .external-url {
    margin-bottom: 20px;
  }
  .videos-widget-container .red-box {
    height: 65%;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-card-md
    .image-frame
    .play-icon {
    width: 66px;
    height: 66px;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .category-tag {
    margin-top: 16px;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .category-tag
    a {
    color: #fff;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .title {
    margin-top: 4px;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .title
    a {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1px;
    color: #fff;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .title
    a.hover {
    opacity: 0.8;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .description {
    display: block;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .description
    a {
    color: #fff;
  }
  .videos-widget-container .videos-widget-wrapper .bottom {
    margin-top: 40px;
  }
  .videos-widget-container .videos-widget-wrapper .bottom .news-container {
    flex-flow: row wrap;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .bottom
    .news-container
    .standard-card {
    width: calc(50% - 8px);
    margin-top: 32px;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .bottom
    .news-container
    .standard-card:nth-of-type(1),
  .videos-widget-container
    .videos-widget-wrapper
    .bottom
    .news-container
    .standard-card:nth-of-type(2) {
    margin-top: 0;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .bottom
    .news-container
    .standard-card
    .image-frame
    .play-icon {
    width: 53px;
    height: 53px;
  }
  .vertical-videos-widget-container {
    margin-top: 40px;
  }
  .video-gallery-page-container .vertical-videos-widget-container {
    margin: 48px 0;
  }
  .vertical-videos-widget-container > .title {
    margin-bottom: 20px;
  }
  .video-gallery-page-container .vertical-videos-widget-container > .title {
    margin-bottom: 24px;
  }
  .vertical-videos-widget-container > .title i {
    margin: 3px 8px 0 0;
  }
  .video-gallery-page-container .vertical-videos-widget-container > .title i {
    width: 24px;
    height: 24px;
    margin: 13px 12px 0 0;
    -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;
  }
  .video-gallery-page-container .vertical-videos-widget-container > .title a {
    font-family: NotoSans-Black, sans-serif;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 24px;
    text-transform: none;
  }
  .gallery-widget-container {
    margin-top: 40px;
    padding: 24px 0;
  }
  .gallery-widget-container > .title,
  .gallery-widget-container > .title-container .title,
  .gallery-widget-container > .title-container .external-url {
    margin-bottom: 20px;
  }
  .gallery-widget-container
    .gallery-widget-wrapper
    > .left
    .bottom
    .left
    .text-frame
    .category-tag {
    margin-top: 20px;
  }
  .gallery-widget-container .gallery-widget-wrapper > .right {
    margin-top: 48px;
  }
  .gallery-widget-container
    .gallery-widget-wrapper
    > .right
    .news-container
    .standard-card-md {
    width: calc(50% - 8px);
  }
  .interactive-widget-container {
    margin-top: 40px;
  }
  .interactive-widget-container > .title,
  .interactive-widget-container > .title-container {
    margin-bottom: 20px;
  }
  .interactive-widget-container
    .interactive-widget-wrapper
    .news-container
    .standard-card-md,
  .interactive-widget-container
    .interactive-widget-wrapper
    .news-container
    .media-card {
    display: block;
    width: calc(50% - 8px);
  }
  .interactive-widget-container
    .interactive-widget-wrapper
    .news-container
    .standard-card-md
    .text-frame
    .title
    a {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
  }
  .two-column-widget-container .two-column-widget-wrapper .column {
    margin-top: 40px;
  }
  .four-column-widget-container .four-column-widget-wrapper {
    flex-flow: row wrap;
  }
  .four-column-widget-container .four-column-widget-wrapper .column > .title {
    margin-bottom: 20px;
  }
  .four-column-widget-container .four-column-widget-wrapper .column {
    width: calc(50% - 8px);
    margin-top: 40px;
  }
  .four-column-widget-container
    .four-column-widget-wrapper
    .column
    .special-card-md
    .text-frame {
    padding: 0 16px 20px;
  }
  .four-column-widget-container
    .four-column-widget-wrapper
    .column
    .special-card-md
    .text-frame
    .title
    a {
    font-family: TRT-Bold, sans-serif;
    font-size: 20px;
    line-height: 28px;
  }
  .four-column-widget-container
    .four-column-widget-wrapper
    .column
    .standard-card.no-image {
    margin-top: 16px;
  }
  .news-detail-container
    .left
    .news-content-container
    .authors-read-time-container {
    margin-bottom: 20px;
  }
  .news-detail-container .left .news-content-container .news-content {
    width: 572px;
  }
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .related-news
    .related-news-image {
    width: 160px;
    height: 90px;
    overflow: hidden;
  }
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .related-news
    .related-news-title {
    width: calc(100% - 160px);
  }
  .default-page-container > .page-title i,
  .default-page-container .list-container > .title i,
  .default-page-container .title-container > .page-title i {
    width: 24px;
    height: 24px;
    margin: 10px 12px 0 0;
  }
  .default-page-container .bottom-container .list-container {
    margin-top: 48px;
  }
  .default-page-container .list-container > .title {
    font-size: 36px;
    line-height: 48px;
  }
  .default-page-container .list-container .list-wrapper .row {
    flex-flow: row wrap;
  }
  .default-page-container .list-container .list-wrapper .row .standard-card {
    width: calc(50% - 8px);
    margin-bottom: 24px;
  }
  .default-page-container
    .list-container
    .list-wrapper
    .row
    .standard-card:nth-of-type(1),
  .default-page-container
    .list-container
    .list-wrapper
    .row
    .standard-card:nth-of-type(3) {
    margin-right: 16px;
  }
  .default-page-container
    .list-container
    .list-wrapper
    .row
    .standard-card
    .image-frame.with-icon
    a
    .play-icon {
    width: 53px;
    height: 53px;
  }
  .special-hero-card,
  .special-hero-card-md {
    width: 100%;
    background: #000;
    background: -moz-linear-gradient(0deg, #000f 0%, #fff0 100%);
    background: -webkit-linear-gradient(0deg, #000f 0%, #fff0 100%);
    background: linear-gradient(0deg, #000f 0%, #fff0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  }
  .special-hero-card .card-wrapper,
  .special-hero-card-md .card-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .special-hero-card .card-wrapper .card-image,
  .special-hero-card-md .card-wrapper .card-image {
    width: 100%;
  }
  .special-hero-card .card-wrapper .card-content-wrapper,
  .special-hero-card-md .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 16px 16px;
    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-md .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-md .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: 8px;
  }
  .special-hero-card .card-wrapper .card-content-wrapper a:hover .card-tag,
  .special-hero-card-md .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-md
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-card-title {
    width: 100%;
    font-family: NotoSans-Black, sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #fff;
  }
  .special-hero-card
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-card-title.hover,
  .special-hero-card-md
    .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-md
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-card-description {
    width: 100%;
    font-family: NotoSans-Regular, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 16px;
  }
  .special-hero-card
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-card-description.hover,
  .special-hero-card-md
    .card-wrapper
    .card-content-wrapper
    a
    .special-hero-card-description.hover {
    opacity: 0.8;
  }
  .special-hero-card .mobile-card-contents,
  .special-hero-card-md .mobile-card-contents {
    display: flex;
    flex-flow: column nowrap;
    padding: 24px 16px;
    background-color: #000;
  }
  .category-page-container
    .top-container
    .top
    .special-hero-card
    .mobile-card-contents,
  .category-page-container
    .top-container
    .top
    .special-hero-card-md
    .mobile-card-contents {
    display: none;
  }
  .category-page-container .top-container .top .standard-card,
  .category-page-container .top-container .top .standard-card-md {
    width: calc(50% - 8px);
    height: auto;
  }
  .category-page-container
    .top-container
    .top
    .standard-card
    .text-frame
    .description,
  .category-page-container
    .top-container
    .top
    .standard-card-md
    .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-md {
    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-md
    .image-frame {
    width: 50%;
    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-md
    .image-frame
    a {
    display: contents;
  }
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card
    .image-frame
    a
    picture
    img,
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card-md
    .image-frame
    a
    picture
    img {
    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-md
    .text-frame {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 50%;
    height: 400px;
    padding: 0 16px;
  }
  .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-md
    .text-frame {
    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-md
    .text-frame {
    background-color: #1d1d1b;
  }
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card
    .text-frame
    .category-tag,
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card-md
    .text-frame
    .category-tag {
    display: block;
  }
  .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-md
    .text-frame
    .category-tag
    a {
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card
    .text-frame
    .title,
  .category-page-container
    .top-container
    .top
    .standard-right-thumb-card-md
    .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-md
    .text-frame
    .title
    a {
    font-size: 24px;
    line-height: 32px;
    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-md
    .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-md
    .text-frame
    .description {
    display: block;
    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-md
    .text-frame
    .description
    a {
    font-family: NotoSans-Regular, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }
  .category-page-container .top-container .bottom {
    flex-flow: row wrap;
  }
  .category-page-container .top-container .bottom .special-card,
  .category-page-container .top-container .bottom .special-card-md {
    width: calc(50% - 8px);
    height: auto;
  }
  .category-page-container .top-container .bottom .special-card .text-frame,
  .category-page-container .top-container .bottom .special-card-md .text-frame {
    padding: 0 12px 8px;
  }
  .category-page-container
    .top-container
    .bottom
    .special-card
    .text-frame
    .title
    a,
  .category-page-container
    .top-container
    .bottom
    .special-card-md
    .text-frame
    .title
    a {
    font-size: 24px;
    line-height: 32px;
  }
  .category-page-container .top-container .bottom .standard-card,
  .category-page-container .top-container .bottom .standard-card-md {
    width: calc(50% - 8px);
    height: auto;
    margin-bottom: 24px;
  }
  .category-page-container .top-container > .last-news-widget-container {
    margin-top: 8px;
    order: 3;
  }
  .category-page-container.category-1
    .top-container
    > .last-news-widget-container {
    background-color: #cf1d39;
  }
  .category-page-container.category-1
    .top-container
    > .last-news-widget-container
    .last-news-title
    i,
  .category-page-container.category-1
    .top-container
    > .last-news-widget-container
    .last-news-list-container
    .last-news-list
    .seperator {
    background-color: #fff;
  }
  .category-page-container.category-1
    .top-container
    > .last-news-widget-container
    .last-news-title
    a,
  .category-page-container.category-1
    .top-container
    > .last-news-widget-container
    .last-news-list-container
    .last-news-list
    a
    .last-news-row
    .news-time,
  .category-page-container.category-1
    .top-container
    > .last-news-widget-container
    .last-news-list-container
    .last-news-list
    a
    .last-news-row
    .news-title {
    color: #fff;
  }
  .category-page-container
    .top-container
    > .last-news-widget-container
    .last-news-list-container {
    overflow-x: auto;
  }
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card,
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card-md {
    width: 100%;
    margin-bottom: 16px;
    align-items: flex-start;
  }
  .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-md
    .image-frame {
    width: 278px;
    height: 200px;
    margin-right: 16px;
    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-md
    .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-md
    .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-md
    .text-frame {
    width: calc(100% - 294px);
    height: auto;
  }
  .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-md
    .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-md
    .text-frame
    .title
    a {
    font-size: 18px;
    line-height: 28px;
  }
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card
    .text-frame
    .description,
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card-md
    .text-frame
    .description {
    display: block;
    margin-top: 12px;
  }
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card
    .text-frame
    .description
    a,
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card-md
    .text-frame
    .description
    a {
    font-family: NotoSans-Regular, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #242424;
  }
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card
    .text-frame
    .description
    a:hover,
  .category-page-container
    .bottom-container
    .left
    .news-container
    .standard-left-thumb-card-md
    .text-frame
    .description
    a:hover {
    opacity: 0.6;
  }
  .category-page-container .media-news-container .media-cards-wrap li {
    width: calc(50% - 13px);
  }
  .live-page-container .native-share-button,
  .live-page-container .native-share-dialog {
    display: none;
  }
  .live-page-container .mobile-share-button {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
    margin-top: 6px;
  }
  .live-page-container .mobile-share-button .label {
    font-family: TRT-Bold, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #fff;
    margin-right: 16px;
  }
  .live-page-container .mobile-share-button .icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: url(../index_files/ellipsis-h.svg) no-repeat center #404040;
    background-size: 14px;
  }
  .live-page-container .social-links-container {
    display: none;
    margin-top: 6px;
  }
  .live-page-container .social-links-container.open {
    display: block;
  }
  .live-page-container .social-links-container ul li {
    margin-right: 6px;
  }
  .live-page-container .social-links-container ul li a span {
    width: 30px;
    height: 30px;
    margin: 5px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .live-page-container .top-container .left {
    margin-bottom: 16px;
  }
  .live-page-container .top-container .right .live-info .tag {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .live-page-container .top-container .right .live-info .info .title {
    font-size: 28px;
    line-height: 40px;
  }
  .live-page-container .top-container .right .live-info .info .time {
    font-size: 28px;
    line-height: 34px;
    padding-top: 6px;
  }
  .live-page-container .top-container .right .schedule-list {
    height: 84px;
  }
  .live-page-container .top-container .right .schedule-list .list {
    height: 24px;
    flex-flow: row nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .live-page-container .top-container .right .schedule-list .list .list-row {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #475152;
  }
  .live-page-container
    .top-container
    .right
    .schedule-list
    .list
    .list-row:last-of-type {
    margin-right: 0;
    border-right: none;
  }
  .live-page-container .top-container .right .live-blog .live-info .title,
  .live-page-container .top-container .right .live-blog .live-info .title a {
    font-size: 28px;
    line-height: 40px;
  }
  .live-page-container .top-container .right .live-blog .live-blog-list .list {
    flex-flow: row nowrap;
  }
  .live-page-container
    .top-container
    .right
    .live-blog
    .live-blog-list
    .list
    .list-row {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #475152;
  }
  .live-page-container
    .top-container
    .right
    .live-blog
    .live-blog-list
    .list
    .list-row:last-of-type {
    margin-right: 0;
    border-right: none;
  }
  .live-page-container
    .top-container
    .right
    .live-blog
    .live-blog-list
    .list
    .list-row
    .title,
  .live-page-container
    .top-container
    .right
    .live-blog
    .live-blog-list
    .list
    .list-row
    .title
    a {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .live-page-container .bottom-container .programs-container,
  .live-page-container .bottom-container .popular-videos-container,
  .live-page-container .bottom-container .recent-videos-container {
    margin-top: 48px;
  }
  .live-page-container .bottom-container .programs-container > .title,
  .live-page-container .bottom-container .popular-videos-container > .title,
  .live-page-container .bottom-container .recent-videos-container > .title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .live-page-container .bottom-container .programs-container > .title i,
  .live-page-container .bottom-container .popular-videos-container > .title i,
  .live-page-container .bottom-container .recent-videos-container > .title i {
    width: 24px;
    height: 24px;
    margin: 10px 12px 0 0;
    -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;
  }
  .live-page-container .bottom-container .programs-container .top {
    flex-flow: row wrap;
  }
  .live-page-container
    .bottom-container
    .programs-container
    .top
    .standard-card {
    width: calc(50% - 8px);
    margin-bottom: 24px;
  }
  .live-page-container
    .bottom-container
    .programs-container
    .bottom
    .standard-card {
    width: calc(50% - 8px);
  }
  .live-page-container
    .bottom-container
    .programs-container
    .bottom
    .standard-card
    .image-frame {
    height: auto;
  }
  .live-page-container
    .bottom-container
    .popular-videos-container
    .content-row
    .standard-card,
  .live-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .standard-card {
    width: calc(50% - 8px);
    margin-bottom: 24px;
  }
  .live-page-container
    .bottom-container
    .popular-videos-container
    .content-row
    .standard-card
    .image-frame.with-icon
    a
    .play-icon,
  .live-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .standard-card
    .image-frame.with-icon
    a
    .play-icon {
    width: 53px;
    height: 53px;
  }
  .live-page-container
    .bottom-container
    .programs-container
    .top
    .standard-card:first-of-type,
  .live-page-container
    .bottom-container
    .programs-container
    .top
    .standard-card:nth-of-type(3),
  .live-page-container
    .bottom-container
    .popular-videos-container
    .content-row
    .standard-card:first-of-type,
  .live-page-container
    .bottom-container
    .popular-videos-container
    .content-row
    .standard-card:nth-of-type(3),
  .live-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .standard-card:first-of-type,
  .live-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .standard-card:nth-of-type(3) {
    margin-right: 16px;
  }
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column:nth-of-type(3),
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column:nth-of-type(4) {
    margin-top: 20px;
  }
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column {
    width: calc(50% - 10px);
  }
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column:nth-of-type(1),
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column:nth-of-type(3) {
    margin-left: 0;
  }
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column:nth-of-type(2),
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column:nth-of-type(4) {
    margin-right: 0;
  }
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column:nth-of-type(1),
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column:nth-of-type(2) {
    margin-bottom: 0;
  }
  .search-page-container .content-container .search-results-container .row {
    flex-flow: row wrap;
  }
  .search-page-container
    .content-container
    .search-results-container
    .row
    .standard-card {
    width: calc(50% - 8px);
    margin-bottom: 24px;
  }
  .search-page-container
    .content-container
    .search-results-container
    .row
    .standard-card:first-of-type,
  .search-page-container
    .content-container
    .search-results-container
    .row
    .standard-card:nth-of-type(3) {
    margin-right: 16px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-image-frame {
    min-height: 680px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-image-frame
    .play-icon,
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-image-frame
    .gallery-icon {
    width: 53px;
    height: 53px;
    top: 30%;
    left: 50%;
    transform: translate(-35%, -50%);
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper {
    width: 328px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .page-title {
    font-size: 36px;
    line-height: 48px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .page-title
    i {
    width: 24px;
    height: 24px;
    margin: 10px 12px 0 0;
    -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;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-title
    a {
    font-size: 36px;
    line-height: 48px;
    -webkit-line-clamp: 3;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-description
    a {
    -webkit-line-clamp: 5;
  }
  .gallery-page-container .top-container .main-gallery-container .margin-div {
    width: 100%;
    height: 24px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container {
    bottom: 24px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container
    .last-galleries-wrapper
    .last-gallery-container {
    width: 278px;
    height: 252px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container
    .last-galleries-wrapper
    .last-gallery-container
    .left {
    width: 46px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container
    .last-galleries-wrapper
    .last-gallery-container
    .right {
    width: 220px;
    height: 252px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container
    .last-galleries-wrapper
    .last-gallery-container
    .right
    .image-frame {
    height: 120px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container
    .last-galleries-wrapper
    .last-gallery-container
    .right
    .text-frame
    .title
    a {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .gallery-page-container .bottom-container .gallery-categories-container a {
    width: calc(20% - 10px);
  }
  .gallery-page-container .bottom-container .category-galleries-container {
    margin-top: 48px;
  }
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    > .title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    > .title
    i {
    width: 24px;
    height: 24px;
    margin: 10px 12px 0 0;
    -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;
  }
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    .content-row
    .content-row-wrapper
    .standard-card {
    width: 376px;
    margin-right: 16px;
  }
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    .content-row
    .content-row-wrapper
    .standard-card
    .image-frame.with-icon
    a
    .play-icon,
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    .content-row
    .content-row-wrapper
    .standard-card
    .image-frame.with-icon
    a
    .gallery-icon {
    width: 53px;
    height: 53px;
  }
  .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: 768px !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: 328px !important;
  }
  .gallery-category-page-container .top-container .videos-widget-container {
    padding-bottom: 32px;
  }
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    .yellow-box {
    height: 65%;
  }
  .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-card-md
    .text-frame
    .category-tag
    a,
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .title
    a,
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .description
    a,
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-card-md
    .text-frame
    .date {
    color: #1d1d1b;
  }
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-card-md
    .image-frame
    .gallery-icon {
    width: 66px;
    height: 66px;
  }
  .gallery-category-page-container
    .top-container
    .videos-widget-container
    > .title {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
    text-transform: unset;
  }
  .gallery-category-page-container
    .top-container
    .videos-widget-container
    > .title
    i {
    width: 24px;
    height: 24px;
    margin: 10px 12px 0 0;
    background-color: #fff;
    -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;
  }
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    > .title {
    font-family: NotoSans-Black, sans-serif;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
    text-transform: unset;
  }
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    > .title
    i {
    width: 24px;
    height: 24px;
    margin: 13px 12px 0 0;
    background-color: #cf1d39;
    -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;
  }
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-left
    .standard-card-md
    .image-frame.with-icon
    a
    .play-icon {
    width: 53px;
    height: 53px;
  }
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-right
    .standard-left-thumb-card-md
    .image-frame.with-icon
    a
    .play-icon,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .bottom
    .standard-left-thumb-card-md
    .image-frame.with-icon
    a
    .play-icon {
    width: 33px;
    height: 33px;
  }
  .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-card-md
    .text-frame
    .title
    a,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-left
    .standard-card-md
    .text-frame
    .description
    a,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-right
    .standard-left-thumb-card-md
    .text-frame
    .title
    a,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .bottom
    .standard-left-thumb-card-md
    .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-card-md
    .text-frame
    .title
    a.hover,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-right
    .standard-left-thumb-card-md
    .text-frame
    .title
    a.hover,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .bottom
    .standard-left-thumb-card-md
    .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-card-md
    .text-frame
    .date,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .top-right
    .standard-left-thumb-card-md
    .text-frame
    .date,
  .gallery-category-page-container
    .bottom-container
    .default-widget-container
    .default-widget-wrapper
    .bottom
    .standard-left-thumb-card-md
    .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: 48px;
  }
  .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: NotoSans-Black, sans-serif;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
    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 > .title i,
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .title-container
    > .title
    i,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    > .title
    i,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .title-container
    > .title
    i {
    width: 24px;
    height: 24px;
    margin: 13px 12px 0 0;
    -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;
  }
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .gallery-list-wrapper
    .row,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .gallery-category-galleries-wrapper
    .row {
    flex-flow: row wrap;
  }
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .gallery-list-wrapper
    .row
    .standard-card,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .gallery-category-galleries-wrapper
    .row
    .standard-card {
    width: calc(50% - 8px);
    margin-bottom: 24px;
  }
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .gallery-list-wrapper
    .row
    .standard-card:first-of-type,
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .gallery-list-wrapper
    .row
    .standard-card:nth-of-type(3),
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .gallery-category-galleries-wrapper
    .row
    .standard-card:first-of-type,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .gallery-category-galleries-wrapper
    .row
    .standard-card:nth-of-type(3) {
    margin-right: 16px;
  }
  .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 .mobile-social-links-container {
    margin: 24px auto 0;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container {
    width: max-content;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li {
    margin-right: 16px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li:last-of-type {
    margin-right: 0;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.nsosyal {
    background: url(../index_files/post-nsosyal-icon.svg) no-repeat center #404040;
    background-size: 14px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a:hover
    span.nsosyal {
    background: url(../index_files/post-nsosyal-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 14px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.facebook {
    background: url(../index_files/post-facebook-icon.svg) no-repeat center #404040;
    background-size: 9px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a:hover
    span.facebook {
    background: url(../index_files/post-facebook-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 9px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.twitter {
    background: url(../index_files/post-new-twitter-icon.svg) no-repeat center
      #404040;
    background-size: 17px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a:hover
    span.twitter {
    background: url(../index_files/post-new-twitter-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 17px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.linkedin {
    background: url(../index_files/post-linkedin-icon.svg) no-repeat center #404040;
    background-size: 17px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a:hover
    span.linkedin {
    background: url(../index_files/post-linkedin-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 17px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.telegram {
    background: url(../index_files/post-telegram-icon.svg) no-repeat center #404040;
    background-size: 17px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a:hover
    span.telegram {
    background: url(../index_files/post-telegram-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 17px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.whatsapp {
    background: url(../index_files/post-whatsapp-icon.svg) no-repeat center #404040;
    background-size: 17px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a:hover
    span.whatsapp {
    background: url(../index_files/post-whatsapp-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 17px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.email {
    background: url(../index_files/post-email-icon.svg) no-repeat center #404040;
    background-size: 17px;
  }
  .video-detail-page-container
    .top-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a:hover
    span.email {
    background: url(../index_files/post-email-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 17px;
  }
  .video-detail-page-container .top-container .date-source-container {
    margin-top: 32px;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a {
    width: calc(50% - 8px);
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video {
    width: 100%;
    height: auto;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video
    .image-frame {
    width: calc(50% - 8px);
    height: auto;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video
    .text-frame {
    width: calc(50% - 8px);
    font-size: 14px;
    line-height: 20px;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container {
    margin-top: 40px;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    > .title,
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    > .title {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    > .title
    i,
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    > .title
    i {
    width: 24px;
    height: 24px;
    margin: 13px 12px 0 0;
    -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;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper.recent-videos-slider
    .slick-arrow,
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper.most-view-videos-slider
    .slick-arrow {
    width: 50px;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper
    .standard-card,
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper
    .standard-card {
    width: 376px;
    margin-right: 16px;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper
    .standard-card
    .image-frame.with-icon
    a
    .play-icon,
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper
    .standard-card
    .image-frame.with-icon
    a
    .play-icon {
    width: 53px;
    height: 53px;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container {
    margin-top: 56px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container {
    height: 469px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo {
    height: 469px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .gradient-top,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .gradient-bottom {
    height: 150px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper {
    height: 469px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .main-photo-title {
    width: 100%;
  }
  .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
    .top-container
    .tablet-social-links-container {
    display: block;
    width: max-content;
    margin: 12px auto 0;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li {
    margin-right: 16px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li:last-of-type {
    margin-right: 0;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a
    span {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a
    span.nsosyal {
    background: url(../index_files/post-nsosyal-icon.svg) no-repeat center #404040;
    background-size: 14px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a:hover
    span.nsosyal {
    background: url(../index_files/post-nsosyal-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 14px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a
    span.facebook {
    background: url(../index_files/post-facebook-icon.svg) no-repeat center #404040;
    background-size: 9px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a:hover
    span.facebook {
    background: url(../index_files/post-facebook-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 9px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a
    span.twitter {
    background: url(../index_files/post-new-twitter-icon.svg) no-repeat center
      #404040;
    background-size: 17px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a:hover
    span.twitter {
    background: url(../index_files/post-new-twitter-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 17px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a
    span.linkedin {
    background: url(../index_files/post-linkedin-icon.svg) no-repeat center #404040;
    background-size: 17px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a:hover
    span.linkedin {
    background: url(../index_files/post-linkedin-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 17px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a
    span.telegram {
    background: url(../index_files/post-telegram-icon.svg) no-repeat center #404040;
    background-size: 17px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a:hover
    span.telegram {
    background: url(../index_files/post-telegram-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 17px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a
    span.whatsapp {
    background: url(../index_files/post-whatsapp-icon.svg) no-repeat center #404040;
    background-size: 17px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a:hover
    span.whatsapp {
    background: url(../index_files/post-whatsapp-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 17px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a
    span.email {
    background: url(../index_files/post-email-icon.svg) no-repeat center #404040;
    background-size: 17px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container
    ul
    li
    a:hover
    span.email {
    background: url(../index_files/post-email-icon-hover.svg) no-repeat center
      #cf1d39;
    background-size: 17px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame {
    margin-top: 24px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame
    .counter {
    width: 81px;
    height: 52px;
    font-size: 42px;
    line-height: 52px;
    padding-top: 3px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame
    .title-description-container {
    width: calc(100% - 97px);
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame
    .title-description-container
    .title {
    margin-bottom: 12px;
  }
  .podcasts-page-container .top-container {
    padding: 32px 0;
  }
  .podcasts-page-container .top-container .page-title {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
  .podcasts-page-container .top-container .page-title i {
    width: 28px;
    height: 28px;
    margin: 10px 12px 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: 48px;
  }
  .podcasts-page-container .bottom-container .podcast-list-container > .title {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
  .podcasts-page-container
    .bottom-container
    .podcast-list-container
    > .title
    i {
    width: 28px;
    height: 28px;
    margin: 10px 12px 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 {
    flex-flow: row wrap;
  }
  .podcasts-page-container
    .bottom-container
    .podcast-list-container
    .podcast-list-wrapper
    .row
    .standard-card {
    width: calc(50% - 8px);
    margin-bottom: 24px;
  }
  .podcasts-page-container
    .bottom-container
    .podcast-list-container
    .podcast-list-wrapper
    .row
    .standard-card:first-of-type,
  .podcasts-page-container
    .bottom-container
    .podcast-list-container
    .podcast-list-wrapper
    .row
    .standard-card:nth-of-type(3) {
    margin-right: 16px;
  }
  .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;
  }
  .breaking-news-page-container .left .last-news-container .standard-card {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 24px;
  }
  .breaking-news-page-container
    .left
    .last-news-container
    .standard-card:nth-of-type(2),
  .breaking-news-page-container
    .left
    .last-news-container
    .standard-card:nth-of-type(4),
  .breaking-news-page-container
    .left
    .last-news-container
    .standard-card:nth-of-type(6),
  .breaking-news-page-container
    .left
    .last-news-container
    .standard-card:nth-of-type(8),
  .breaking-news-page-container
    .left
    .last-news-container
    .standard-card:nth-of-type(10) {
    margin-right: 0;
  }
  .weather-warning-page-container .map-container {
    flex-flow: column nowrap;
  }
  .weather-warning-page-container .map-container .colors-info-container {
    flex-flow: row wrap;
    width: 100%;
  }
  .weather-warning-page-container .map-container .colors-info-container .title {
    width: 100%;
  }
  .weather-warning-page-container
    .map-container
    .colors-info-container
    .color-box {
    width: calc(50% - 10px);
    height: 40px;
    margin: 5px;
  }
  .weather-warning-page-container
    .map-container
    .colors-info-container
    .color-box
    span:nth-of-type(1) {
    font-size: 14px;
    line-height: 15px;
  }
  .weather-warning-page-container
    .map-container
    .colors-info-container
    .color-box
    span:nth-of-type(2) {
    font-size: 12px;
    line-height: 15px;
  }
  .weather-warning-page-container .section-title {
    margin: 30px 0 10px;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container {
    width: 376px;
  }
  .program-episodes-page-container .top-container .top .standard-card,
  .program-episodes-page-container .top-container .top .standard-card-md {
    width: 100%;
  }
  .program-episodes-page-container
    .top-container
    .top
    .standard-card
    .image-frame
    img.image,
  .program-episodes-page-container
    .top-container
    .top
    .standard-card-md
    .image-frame
    img.image {
    width: 100%;
    height: auto;
  }
  .program-episodes-page-container
    .top-container
    .top
    .standard-card
    .image-frame
    .video-container,
  .program-episodes-page-container
    .top-container
    .top
    .standard-card-md
    .image-frame
    .video-container {
    position: relative;
    padding-bottom: 56.25%;
  }
  .program-episodes-page-container
    .top-container
    .top
    .standard-card
    .image-frame
    .video-container
    iframe,
  .program-episodes-page-container
    .top-container
    .top
    .standard-card-md
    .image-frame
    .video-container
    iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .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: 768px;
    align-items: center;
  }
  .cookie-policy-container .cookie-policy-wrapper .cookie-policy-text {
    line-height: 20px;
  }
}
