.ccm-block-custom-template-copy-alignment-left {
  width: 100%;
  padding: 0;
  background-position: right !important;
  display: flex;
  background-size: 100% !important;
  align-items: center;
  justify-content: flex-start;
  min-height: calc(35em * (9/16));
}
.ccm-block-custom-template-copy-alignment-left .col-md-5{
  padding-right: 35px;
}
@media (min-width: 992px) {
	.ccm-block-custom-template-copy-alignment-left {
    background-size: 57% !important;
    height: calc(35em * (9/16));
	}
}