@import url('/css/animate.css'); .wow {
    animation: fadeIn 1.5s both;
    -webkit-animation: fadeIn 1.5s both;
    animation-duration: 1s;
    -webkit-animation-duration: 1s
}

.video-container {
    position: relative;
    padding-bottom: 36.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 70%;
    margin: 0 auto 50px;
}

.video-container iframe,.video-container object,.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#articleInfo16{display: flex;flex-direction: row;flex-wrap: wrap;margin-bottom: 50px;}
#articleInfo16 .item {
    overflow: hidden;
    position: relative;
    margin: 15px 0 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc((100% / 3) - 20px);
    margin: 30px 10px;
}

#articleInfo16 .item > div {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft
}



#articleInfo16 .item .photo {
    overflow: hidden;
    background-position: 70%;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    aspect-ratio: 1 / 1;
    position: relative;
    margin: 0 auto 0px;
    width: 70%;
    display: block;
}

#articleInfo16 .item .photo img {
    object-fit: cover;
    border-radius: 50%;
}

#articleInfo16 .item .info {
    display: flex;
    width: 90%;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    flex-direction: column
}
#articleInfo16 .item .info article{
    text-align: center;
}

#articleInfo16 .item .info h5 {
    padding: 10px 15px;
    border-top: 1px #0000002e solid;
    border-bottom: 1px #0000002e solid;
    font-size: 14px;
    color: #444;
    text-align: right
}

#articleInfo16 .item .info h3 {
    padding: 15px 0;
    font-size: 24px;
    color: #000000;
    text-align: center;
}
#articleInfo16 .item .info h3 span{
    vertical-align: middle;
}


@media screen and (max-width: 960px) {
   #articleInfo16 .item{
    width: calc((100% / 2) - 20px);
}


    #articleInfo16 .item .info {
        margin: 0;
        width: 100%
    }
.video-container{
    width: 90%;
    padding-bottom: 47.25%;
}


}

@media screen and (max-width: 480px) {
    #articleInfo16 .item {
        display:flex;
        flex-direction: column;
        align-items: center;
        width: calc((100% / 1) - 20px);
        margin: 20px 10px;
    }

    #articleInfo16 .item > div{
        float: none;
        order: 2
    }

    #articleInfo16 .item .info h5,#articleInfo16 .item .info h3 {
        margin: 0;
        padding: 10px 2%;
        width: 96%
    }
}
