/* BASIC css start */
#about-custom {width:100%;}
#about-custom img,
#about-custom video,
.vjs_video_3-dimensions{width:100% !important; height: auto !important;}
#about-custom .text-box {
    width: 100%;
    box-sizing: border-box;
    padding:var(--p-1);
}
#about-custom .text-box p {
    width: 100%;
    font-size: var(--f-1);
    padding:0 0 var(--p-1);
}
/* BASIC css end */

