@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans SC', sans-serif;
}

sup {
  display: inline;
}

.w960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.w647 {
  max-width: 647px;
  margin-left: auto;
  margin-right: auto;
}

.hide767 {
  display: block !important;
}

.show787 {
  display: none !important;
}

.hide767-flex {
  display: flex !important;
}

.show787-flex {
  display: none !important;
}

@media (min-width: 768px) {
  .hide767 {
    display: none !important;
  }

  .show787 {
    display: block !important;
  }

  .hide767-flex {
    display: none !important;
  }

  .show787-flex {
    display: flex !important;
  }
}

h1 {
  font-size: 28px !important;
  line-height: 1.5;
}

h2 {
  font-size: 22px !important;
  line-height: 1.5;
}

h3 {
  font-size: 20px !important;
  line-height: 1.5;
}

p {
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
}

@media (min-width: 768px) {
  h1 {
    font-size: 48px !important;
  }

  h2 {
    font-size: 42px !important;
  }

  h3 {
    font-size: 32px !important;
  }

  p {
    font-size: 22px;
  }
}

#footer {
  transition: margin 0.3s ease;
}

.header-container {
  transition: all 0.2s ease;
}

.header-container.hide-up {
  transform: translateY(-100%);
}

.page-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.page-title h1 {
  padding: 5px 0;
}

.page-title-rect {
  height: 40px;
  width: 10px;
  background-color: #cccccc;
  margin-right: 12px;
}

.banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: 1px solid #cccccc;
  /* margin-bottom: 20px; */
  overflow: hidden;
}

.banner-bg {
  width: 100%;
  background-image: url(../img/banner-tc.jpg);
  background-size: cover;
  background-position: 65% center;
  min-height: 250px;
}

.banner > .w960 {
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .banner > .w960 {
    max-width: 1024px !important;
    width: 1024px !important;
  }
}

.banner img {
  /* height: 100%; */
  max-height: 300px;
  /* position: absolute; */
  /* bottom: 0; */
  object-fit: cover;
  object-position: 25% 75%;
}

.banner .caption {
  /* margin-top: 126px; */
  background: #fafafa;
  padding: 15px;
  width: 100%;
  border-top: solid 1px #cccccc;
}

.banner .caption h1 {
  font-size: 28px !important;
}

.banner .caption h2 {
  font-size: 16px !important;
  color: #e6740a;
  font-weight: 500;
  margin-bottom: 0;
}

.banner .caption p {
  font-size: 12px !important;
  color: #0066b3;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .banner {
    align-items: start;
    height: 600px;
  }

  .banner-bg {
    position: absolute;
    background-position: top center;
    z-index: -1;
    min-height: 600px;
  }

  .banner > .w960 {
    margin-top: 60px;
  }

  .banner img {
    max-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .banner .caption {
    border: 0;
    margin: auto 0;
    padding: 20px;
    width: 50%;
    z-index: 1;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 20.06%, #ffffff 100%);
  }

  .banner .caption h2 {
    font-size: 24px !important;
  }

  .banner .caption p {
    font-size: 18px !important;
  }
}

.section-one.p1.bg {
  background-color: #a0d5fe;
  padding-top: 30px;
  position: sticky;
  top: 0;
  z-index: 10;
  transition: all 0.2s ease;
}
.section-one.p2.bg {
  background-image: linear-gradient(to bottom, transparent 90%, #ffffff 100%), url(../img/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;

  padding: 12rem 0 10rem 0;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .section-one.p1.bg {
    padding-top: 30px;
  }
  .section-one.p2.bg {
    padding: 10rem 0;
    min-height: 700px;
  }
}

.section-one.p2.bg > div {
  position: relative;
}

.sticky-header.bg.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
}
.sticky-header.bg.fixed .head-tag-wrap {
  clip-path: polygon(6% 0%, 100% 0, 100% 20%, 100% 61%, 93% 100%, 0 100%, 0% 0%, 0% 37%);
}
.sticky-header.bg.fixed .head-tag-wrap::before,
.sticky-header.bg.fixed .head-tag-wrap::after {
  display: none;
}

@media (min-width: 1024px) {
  .sticky-header.bg.fixed .head-tag-wrap {
    clip-path: polygon(6% 0%, 100% 0, 100% 20%, 100% 61%, 93% 100%, 0 100%, 0% 0%, 0% 37%) !important;
  }
}

@media (min-width: 768px) {
  .sticky-header.bg.fixed .head-tag-wrap {
    clip-path: polygon(10% 0%, 100% 0, 100% 20%, 100% 61%, 89% 100%, 0 100%, 0% 0%, 0% 37%);
  }
}

@media (max-width: 767px) {
  .section-one.p1.bg {
    padding-top: 0;
  }
  .sticky-header.bg .head-tag-wrap {
    padding: 0;
  }
  .sticky-header.bg > .w960 {
    padding: 0 !important;
  }
  .sticky-header.bg .anchor-list a {
    padding: 8px 10px;
  }
  .sticky-header.bg.fixed .head-tag-wrap {
    clip-path: none;
    /* clip-path: polygon(6% 0%, 100% 0, 100% 20%, 100% 61%, 93% 100%, 0 100%, 0% 0%, 0% 37%); */
  }
  .sticky-header.bg .head-tag-wrap::before,
  .sticky-header.bg .head-tag-wrap::after {
    display: none;
  }
  .sticky-header.bg.fixed .head-tag-text {
    font-size: 22px !important;
  }
  .sticky-header.bg.fixed .anchor-list a {
    flex: 1;
  }
  .sticky-header.bg.fixed .anchor-list a p {
    font-size: 14px !important;
  }
}

.full-content {
  background-image: linear-gradient(#a0d5fe 10%, transparent 20%);
}

span.highlight {
  color: #132fac;
  font-weight: 800;
}

h2.lr-img-border {
  position: relative;
  text-align: center;
  color: #0066b3;
  font-weight: 700;
  min-height: 126px;
  display: grid;
  place-items: center;
  padding: 0 50px;
}
h2.lr-img-border::before {
  content: '';
  position: absolute;
  background: url(../img/heading-deco-left-2x.png) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 85%;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
h2.lr-img-border::after {
  content: '';
  position: absolute;
  background: url(../img/heading-deco-right-2x.png) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 85%;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  h2.lr-img-border {
    width: fit-content;
    margin: 0 auto;
    min-height: 70px;
    margin-bottom: 20px;
    padding: 0 30px;
  }
  h2.lr-img-border::before {
    width: 20px;
  }
  h2.lr-img-border::after {
    width: 20px;
  }
}

.center-box {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.heading-divider {
  margin: 20px auto;
  display: block !important;
  height: 8px;
}

#oebs,
#wechat,
#werm,
#mb {
  scroll-margin-top: 186px;
}

.orange-button {
  display: inline-block;
  color: white !important;
  background-color: #e6740a;
  border-radius: 100px;
  padding: 10px 40px;
  margin-top: 30px;

  font-size: 22px;
  transition: all 0.2s ease;
}

.orange-button:hover {
  background-color: #cc6200;
  text-decoration: none;
}

.section-one-icon {
  width: 120px;
  aspect-ratio: 1;
  position: absolute;
}

.section-one-icon.icon-one {
  bottom: -50%;
  right: 6%;
}
.section-one-icon.icon-two {
  bottom: 110%;
  left: 6%;
}
.section-one-icon.icon-three {
  bottom: -50%;
  left: 6%;
}
.section-one-icon.icon-four {
  bottom: 110%;
  right: 6%;
}

@media (min-width: 768px) {
  .section-one-icon.icon-one {
    bottom: -35%;
    right: 10%;
  }
  .section-one-icon.icon-two {
    bottom: 110%;
    left: 0%;
  }
  .section-one-icon.icon-three {
    bottom: -40%;
    left: 6%;
  }
  .section-one-icon.icon-four {
    bottom: 110%;
    right: 0%;
  }
}

.image-with-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin: 50px 0;
}
.image-with-content.flex-reverse {
  flex-direction: column;
}

.image-with-content .content {
  flex: 1;
  flex-shrink: 0;
}
.image-with-content .image-box {
  max-width: 300px;
}
.image-with-content .image-box img {
  width: 100%;
}

@media (min-width: 1024px) {
  .image-with-content {
    flex-direction: row;
  }
  .image-with-content.flex-reverse {
    flex-direction: row-reverse;
  }
  .image-with-content .image-box {
    max-width: 400px;
  }
}

.head-tag-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
  background: url(../img/mini-nav-bar-2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .head-tag-wrap {
    padding: 20px 40px;
  }
}

.head-tag-text {
  color: #fff;
  /* font-size: 28px; */
  /* line-height: 36px; */
  font-weight: bold;
  text-align: center;
}

.head-tag-wrap::before {
  content: '';
  background: url(../img/mini-nav-bar-left-angle-2x.png) no-repeat;
  background-position: right top;
  height: 20%;
  position: absolute;
  left: -1px;
  top: -1px;
  aspect-ratio: 1;
}
.head-tag-wrap::after {
  content: '';
  background: url(../img/mini-nav-bar-right-angle-2x.png) no-repeat;
  background-position: left bottom;
  height: 20%;
  position: absolute;
  right: -1px;
  bottom: -1px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .head-tag-wrap::before,
  .head-tag-wrap::after {
    height: 40%;
  }
}

.head-tag-wrap .anchor-list {
  display: flex;
  row-gap: 5px;
  /* margin-top: 5px; */
  justify-content: center;
  flex-wrap: wrap;
}
.head-tag-wrap .anchor-list a {
  color: #ffffff;
  padding: 10px 40px;
  transition: all 0.2s ease;
  text-decoration: none;

  display: grid;
  place-items: center;
  text-align: center;
}
.head-tag-wrap .anchor-list a:not(:last-child) {
  border-right: 1px solid #daf6ff;
}
.head-tag-wrap .anchor-list a.active {
  background-color: #daf6ff;
  color: #0767a6;
}
.head-tag-wrap .anchor-list a:hover {
  background-color: #0465dc;
  color: #ffffff;
}

@media (min-width: 768px) {
  .head-tag-text {
    font-size: 30px !important;
    line-height: 43px;
  }
}

@media (max-width: 767px) {
  .anchor-list a {
    flex: calc(100% / 3);
    text-align: center;
  }
}

.leadin-img {
  margin: 20px auto 50px;
  width: 90%;
}

.leadin-img img {
  width: 100%;
}

@media (min-width: 768px) {
  .leadin-img {
    width: 60%;
  }
}

.section-subtitle {
  text-align: center;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #0b3c5e;
}

.section-desc {
  color: #0b3c5e;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 18px;
}

.section-desc span {
  color: #0066b3;
  font-weight: bold;
  font-size: 130%;
}

@media (min-width: 768px) {
  .section-subtitle {
    font-size: 24px;
  }

  .section-desc {
    font-size: 24px;
  }
}

.section {
  position: relative;
  padding: 60px 0 60px;
}

.section-remark ol {
  counter-reset: item;
  padding: 0;
  list-style: none;
}

.section-remark li:before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  top: -4px;
  font-size: 8px;
  left: 2px;
}

.section-remark li {
  color: #0b3c5e;
  position: relative;
  display: block;
  padding-left: 12px;
  font-size: 12px;
}

.section-remark li:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .section {
    padding: 103px 0 60px;
  }

  .section-remark li {
    font-size: 14px;
  }

  .section-heading .section-heading-txt {
    font-size: 32px;
    line-height: 32px;
    padding: 15px 30px;
  }

  /* .section-heading .heading-right,
  .section-heading .heading-left {
    width: 78px;
  } */

  .section-heading::before {
    background: linear-gradient(90deg, #d21242 20%, transparent 100%);
    top: 39px;
  }

  .section-heading::after {
    background: linear-gradient(270deg, #d21242 20%, transparent 100%);
    top: 39px;
  }

  .section-heading-star {
    background-position: 0 -9px;
    width: 64px;
  }
}

.remarks {
  padding-top: 35px;
}

.remarks h2 {
  font-weight: bold;
  color: #054c9b;
}

.remarks p {
  font-size: 12px;
  color: #666666;
}

.remarks a {
  color: #0066b3;
}

@media (min-width: 768px) {
  .remarks p {
    font-size: 16px;
  }
}

.remarks .contacts * {
  /* font-size: 16px; */
  font-weight: bold;
  color: #054c9b;
}
.remarks .contacts {
  margin-top: 30px;
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .remarks .contacts {
    gap: 20px;
    margin-top: 50px;
  }
}

.chevron-right {
  width: 30px;
  height: 30px;
}

.cfa {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0066b3;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
}

.float-cfa {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgb(0, 102, 179);
}

.applynow {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  position: relative;
  /* padding-right: 34px; */
}

@media (max-width: 576px) {
  .applynow {
    font-size: 20px;
  }
}

.gg-format-slash {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(20deg) scale(var(--ggs, 1));
  width: 1px;
  height: 48px;
  background: #333333;
  border-radius: 1px;
  margin-left: 15px;
}

.contact-subcol {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 20px;
}

.contact-col2 a span {
  font-size: 14px !important;
  color: #333 !important;
}

.contact-col2 a:hover span {
  color: #0066b3 !important;
}

@media (max-width: 576px) {
  .contact-col2 {
    flex-wrap: wrap;
    flex-flow: column;
  }
}

#data-from-json {
  background-image: linear-gradient(to bottom, transparent 90%, #ffffff 100%), url(../img/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;

  padding-bottom: 10px;

  * {
    text-wrap: balance;
  }
}
@media (min-width: 1024px) {
  #data-from-json {
    padding-bottom: 50px;
  }
}

#data-from-json .page-section {
  display: none;
}

#data-from-json .page-section.active {
  display: block;
}

.page-section {
  scroll-margin-top: 150px;
}
@media (min-width: 768px) {
  .page-section {
    scroll-margin-top: 226px;
  }
}
@media (min-width: 1024px) {
  .page-section {
    scroll-margin-top: 300px;
  }
}

.anchor-list {
  p {
    font-size: 20px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .anchor-list p {
    font-size: 16px;
  }
}

/* link list component */
.link-list-component {
  --max-columns: 6;
  --gap: 20px;

  padding-top: 50px;
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.link-list-title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  background: linear-gradient(90deg, #a700e6 -11.64%, #0265dc 109.59%);
  width: fit-content;
  position: relative;
  z-index: 1;
  padding: 8px 10px;
  margin-left: 18px;

  grid-area: 1 / 1 / 3;
  max-width: 70%;
}
@media screen and (max-width: 1023px) {
  .link-list-title {
    font-size: 18px;
    margin-left: 16px;
  }
  .link-list-title::before {
    margin-right: -1px;
  }
  .link-list-title::after {
    margin-left: -1px;
  }
  .link-list-container {
    font-size: 16px !important;
  }
}

.link-list-title::before {
  content: '';
  position: absolute;
  background: url(../img/link-list-title-left-angle.svg) no-repeat;
  background-size: auto 100%;
  background-position: right;
  width: 20px;
  height: 100%;
  right: 100%;
  top: 0;
}

.link-list-title::after {
  content: '';
  position: absolute;
  background: url(../img/link-list-title-right-angle.svg) no-repeat;
  background-size: auto 100%;
  background-position: left;
  width: 20px;
  height: 100%;
  left: 100%;
  top: 0;
}

.link-list-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: var(--gap);
  padding: 0 10px;

  font-size: 18px;

  background: rgba(51, 133, 194, 0.05);
  backdrop-filter: blur(2px);
  border-top: 3px solid #0465dc;
  padding-top: 40px;
  padding-bottom: 30px;

  grid-area: 2 / 1 / 4;
}

.link-item {
  flex: 100%;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .link-list-container {
    --gap: 10px;
    row-gap: 20px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 368px) {
  .link-item {
    flex: 0 0 calc(100% / 2 - var(--gap));
  }
}
@media screen and (min-width: 568px) {
  .link-item {
    flex: 0 0 calc(100% / 3 - var(--gap));
  }
}
@media screen and (min-width: 1024px) {
  .link-item {
    flex: 0 0 calc(100% / var(--max-columns) - var(--gap));
  }
}

.link-item:hover span {
  opacity: 0.8;
}

.link-item span {
  color: #0b3c5e;
}

.link-item img {
  width: 50px;
  object-fit: contain;
}

/* video list component */
.video-list-component {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .video-list-component {
    margin-top: 40px;
  }
}
.video-list-component .plyr {
  --plyr-video-control-background-hover: #ff1f1f;
  --plyr-color-main: #ff1f1f;
  --plyr-control-icon-size: 24px;
}
.main-video-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.plyr__controls {
  opacity: 0;
}
.main-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}

.main-video-overlay-bottom {
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 59.68%);
  display: grid;
  grid-template-areas:
    'title share'
    'date date';
  grid-template-columns: 1fr auto;
  align-items: end;
  padding: 30px 40px;
  align-content: end;
  column-gap: 5px;
}
@media (max-width: 767px) {
  .main-video-overlay-bottom {
    height: 50%;
    padding: 20px;
    grid-template-columns: 80% auto;
  }
  .main-video-overlay-bottom .main-video-overlay-title {
    font-size: 16px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main-video-overlay-bottom .main-video-overlay-date {
    font-size: 14px !important;
  }
  .main-video-overlay-share {
    margin-left: auto;
  }
  .main-video-overlay-share img {
    width: 34px !important;
  }
  .share-btn-list img {
    width: 20px !important;
    height: 20px !important;
  }
}

.main-video-overlay-bottom .main-video-overlay-title {
  grid-area: title;
  color: #fff;
  font-size: 25.737px;
  font-weight: 700;
}
.main-video-overlay-bottom .main-video-overlay-date {
  grid-area: date;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.main-video-overlay-share {
  grid-area: share;
  position: relative;
}
.main-video-overlay-share img {
  width: 44px;
  cursor: pointer;
}
.main-video-overlay-share:hover {
  opacity: 1;
  pointer-events: all;
}
.main-video-overlay-share-list {
  position: absolute;
  right: 0;
  bottom: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.main-video-overlay-share:hover .main-video-overlay-share-list {
  opacity: 1;
  pointer-events: all;
}
.share-btn-list img {
  width: 30px;
  height: 30px;
}
.share-btn-list a {
  display: block;
  border: 1px solid #0066b3;
  border-radius: 100%;
  padding: 6px;
  margin-bottom: 3px;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.share-btn-list a:hover {
  transform: scale(1.05);
}

/* 
.share-btn img {
  width: 20px;
}

.share-btn-list {
  position: absolute;
  right: 0;
  bottom: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.share-btn-list a {
  display: block;
  border: 1px solid #0066b3;
  border-radius: 100%;
  padding: 6px;
  margin-bottom: 3px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.share-btn-list a:hover {
  transform: scale(1.05);
}

.share-btn-list img {
  width: 20px;
}

.share-btn {
  border: 1px solid #0066b3;
  border-radius: 100%;
  padding: 9px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .share-btn img {
    width: 18px;
  }

  .share-btn {
    padding: 9px;
  }

  .share-btn-list img {
    width: 24px;
  }
} */

.video-section-title {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 30px;
}

.video-thumbnail-container {
  display: flex;
  gap: 2px;
  margin-top: 2px;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.video-thumbnail-container img {
  width: 150px;
  height: 85px;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (min-width: 767px) {
  .video-thumbnail-container img {
    width: 180px;
    height: 101px;
  }
}
@media (min-width: 1024px) {
  .video-thumbnail-container img {
    width: 239px;
    height: 135px;
  }
  .thumbnail-button .thumbnail-overlay {
    height: 60%;
  }
}

.thumbnail-button {
  padding: 0;
  border: none;
  background: none;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  text-align: center;
}

.thumbnail-button .thumbnail-overlay {
  height: 100%;
  padding: 12px 9px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
  display: grid;
  align-items: end;
}

.thumbnail-button.active .thumbnail-overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.thumbnail-button img,
.thumbnail-button .thumbnail-overlay {
  grid-area: 1 / 1;
}

.thumbnail-button .thumbnail-description {
  font-size: 14px;
  color: #fff;
}
