#explus-editor figure[view=l30], #explus-editor figure[view=r30] {
    width: 45%;
}
#explus-editor figure[view=l30] img {
    max-width: 50%;
    margin-right: 0px !important;
}
#explus-editor figure[view=r30] img{
	max-width: 50%;
    margin-left: 0px !important;
}
#explus-editor *[view=default] {
    max-width: 100%;
    width: 680px;
    margin: auto;
}
#explus-editor figcaption {
    text-align: center;
    max-width: 680px;
    margin: auto;
}
@media (max-width: 767px){
	#explus-editor figure[view=l30], #explus-editor figure[view=r30] {
	    width: 100%;
	}
	#explus-editor figure[view=r30] img, #explus-editor figure[view=l30] img{
		max-width: 100%;
	    margin: auto !important;
	}
}