.cti-subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    color: #dc0001;
    text-align: center
}

.cti-source {
	font-size: 16px;
    text-align: center;
    /*font-weight: bold;*/
}

.cti-content {
    width: 700px;
    margin: 0 auto 135px;
    /*padding: 0 32px;*/
    line-height: 24px;
    font-size: 15px
}

.cti-content img,
.cti-content p {
    margin-bottom: 24px;
    height: auto!important;
    
    
}
.cti-content p span{
    font-size:15px!important;
    line-height: 24px!important;
}
.cti-content p strong{
    font-weight: normal;
    display: block;
    text-align: left!important;
}

.cti-content img {
    display: block;
    /* width: auto; */
	height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.cti-content .cti_video-dimensions {
    width: 100%!important;
    height: 500px!important
}

@media screen and (max-width:1000px) {
    .cti-content {
        width: 90%!important;
        margin: 0 auto 30px;
        padding: 0
    }
    .cti-content .cti_video-dimensions {
        width: 100%!important;
        height: 200px!important
    }
    table{
        width: 100% !important;
    }
}
