.global-citizen .banner .thumbnail {
    width: 100%;
    height: 570px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.global-citizen .banner figure {
    position: relative;
}
.global-citizen .banner figure .title {
    bottom: 0;
    margin: 0;
    padding: 2rem;
    font-size: 3rem;
    position: absolute;
    color: var(--color-white-1);
    text-shadow: 0 2px 3px #000;
}
.global-citizen .banner .detail .description {
    max-width: 60%;
}
/* .global-citizen .block-slider {
    justify-content: center;
} */
.global-citizen .slider-nav img {
    width: 100%;
    height: 140px;
    padding: 1px;
    cursor: pointer;
    object-fit: cover;
}
.global-citizen .slider-nav .slick-list .slick-active {
    opacity: .5;
}
.global-citizen .slider-nav .slick-list .slick-current {
    opacity: 1;
}

/* laptop 1400 */
@media (min-width: 1280px) and (max-width: 1445px) {
    .global-citizen .banner .thumbnail {
        height: 400px;
    }
}
/* ipad pro */
@media (min-width: 769.9px) and (max-width: 1280px) {
    .global-citizen .banner .detail .description {
        max-width: 100%;
    }
    .global-citizen .banner .thumbnail {
        height: 400px;
    }
}
/* ipad */
@media (min-width: 576.9px) and (max-width: 769px) {
    .global-citizen .banner .thumbnail {
        height: 300px;
    }
    .global-citizen .banner .detail .description {
        max-width: 100%;
    }
}
/* mobile */
@media (max-width: 576px) {
    .global-citizen .banner .thumbnail {
        height: 200px;
    }
    .global-citizen .banner figure .title {
        font-size: 25px;
        padding: 10px;
    }
    .global-citizen .banner .detail .description {
        max-width: 100%;
    }
}