﻿#historical-stories .image-video-wrapper {
    position: relative;
    cursor: pointer;
}

#historical-stories .image-video > img {
    border-radius: 30px 0;
}

#historical-stories .icon-headphone {
    position: absolute;
    top: 2rem;
    width: 100%;
    text-align: center;
}

#historical-stories .icon-headphone > span {
    margin-top: 0.375rem;
    color: var(--white, #FFF);
    font-size: 11.234px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#historical-stories .icon-play {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
}

#historical-stories .icon-play > img {
    max-width: fit-content;
    height: fit-content;
}

#historical-stories .icon-music {
    position: absolute;
    bottom: 0;
    left: 0;
}

#historical-stories .text-blue {
    color: #0764BC;
}

#historical-stories .text-content {
    color: var(--32323290, rgba(50, 50, 50, 0.90));
    font-style: normal;
    font-weight: 500;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

#historical-stories .text-content div:first-child {
    margin-bottom: 2rem;
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    #historical-stories .icon-play > img {
        max-width: 70px;
    }
    #historical-stories .icon-img-headphone {
        width: 40px;
    } 
}

@media (max-width: 768px) {
    #historical-stories .row {
        flex-direction: column;
    }
    #historical-stories .text-wrapper {
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    #historical-stories .icon-play > img {
        max-width: 50px;
    }
}
