.boards{
    padding-top:40px;
}

.twitter-tweet {
    margin: 0px !important;
}

.sd_video{
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.sd_video,.sd_video *{
    direction: ltr !important;
}

.sd_video .mejs__controls:not([style*="display: none"]) {
    background: rgba(0,0,0,.7);
    background: -webkit-linear-gradient(transparent,rgba(0,0,0,.7));
    background: linear-gradient(transparent,rgba(0,0,0,.7));
}

.boards .heading{
    margin:25px 0;
    position: relative;
}

.boards .heading .title{  
    margin: 5px 0;
}

.boards .heading .title span{
    background-color: #f0f0f0;
    color: #353535;
    display: inline-block;
}
.boards .heading .desc span{
    background-color: #f0f0f0;
    color: #353535;
    display: inline-block;
    transition: all 0.8s !important;
}

.boards .heading.h1 .title span{
    font-size: 40px;    
}
.boards .heading.h1 .desc span{
    font-size:18px;
    line-height: 1.5;
}

.boards .heading.h2 .title span{
    font-size: 32px;
}
.boards .heading.h2 .desc span{
    font-size:16px;
    line-height: 1.5;
}

.boards .heading.h3 .title span{
    font-size: 24px;
}
.boards .heading.h3 .desc span{
    font-size:14px;
    line-height: 1.5;
}

.boards .heading.h4 .title span{
    font-size: 18px;
}
.boards .heading.h4 .desc span{
    font-size:11px;
    line-height: 1.5;
}
