.hero-section {
    width: 100%;
    letter-spacing: 1px;
    color: white;
}

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

.section-subscription ul li {
    list-style: none;
}
  
.section-subscription ul li::marker {
    content: '👍 ';
    display: inline-block;
}

.btn {
    background: var(--blue);
    color: var(--white);
    height: 42px;
    min-width: 192px;
    font-weight: 600;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}

.btn:hover {
    background-color: var(--white);
    color: var(--blue);
    height: 42px;
    border: 2px solid var(--blue);
}

.section-openflows ul li {
    list-style-type: initial;
}

.section-microstation img{
    height: 426px;
}

.section-microstation .post-card{
    transition: 0.2s ease-in;
}

.section-microstation .post-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.section-microstation .post-card img {
    width: 100%;
    height: 186px;
    object-fit: cover;
}

.section-microstation .post-card .play-icon {
    font-size: 54px;
    /* (186px/2)-(54px/2) = 93 - 27 */
    top: 66px;
}

.section-microstation .post-card .card-top img{
    opacity: 0.6;
    cursor: pointer;
    transition: 0.2s ease-in;
}

.section-microstation .post-card .card-top:hover img{
    opacity: 1;
}

.section-microstation .play-media a{
    text-decoration: none;
}

.section-microstation .morecontent span {
    display: none;
}

.section-microstation .morelink {
    display: block;
}

.section-microstation #video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    z-index: 110;
}

.section-microstation #video-popup-close {
    top: 8px;
    left: auto;
    right: 8px;
    font-size: 32px !important;
    cursor: pointer;
    z-index: 111;
}

.section-microstation #player {
    width: 100%;
    aspect-ratio: 16/9;
}

.section-openflows img,
.section-about img{
    height: 268px;
    object-fit: cover;
}