#about{
    padding-top: 0px;
}

.description{
    text-align:justify ;
}

.events-title{
    font-weight: bold;
    font-size: 22px;
    color:#b41737;
    padding-top:25px;
}

.description p{
    margin-top :30px;
}


.website a{
    color:#006373;
}

.video-section{
    margin-top: 3em;
    padding: 25px 40px 20px 40px;
    background-color: #e7e6e6;
    margin-right: 10px;
    margin-left: 10px;
    
}

.video-section .video-date{
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;

}
.video-section .video-title{
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    min-height: 65px;
}

.video-section .video-player{
    margin :5px 0px;
    max-height: 80%;
}

.video-section .video-player iframe{
    max-height: 250px;
}

.video-section .full-event-url{
    min-height: 20px;
}

.full-width{
    width:100%
}

iframe{
    width:100%;
    height:100%;
}