.image-with-alignment{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.image-with-alignment.left-aligned{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.image-with-alignment.center-aligned{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.image-with-alignment.right-aligned{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.image-with-alignment>img{max-width:100%}@media(max-width:768px){.image-with-alignment.sm-left-aligned{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.image-with-alignment.sm-center-aligned{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.image-with-alignment.sm-right-aligned{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}