.backgroundimagecontain {
	background-size: contain; 
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 200px !important;
    background-color: #ffffff;
}
.leftimagerighttextcontent {
	padding: 10px;
}
.is-table-row {
 	display: block; 
}
@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
      width: 100%;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
	.leftimagerighttextcontent {
    	padding: 30px;
    }
}