Preview:
.float-right {
  width: 100%;
  margin: 0 0 20px 0;
  float: none;
}
.float-left {
  width: 100%;
  margin: 0 0 20px 0;
  float: none;
}
@media(min-width: 768px) {
  .float-right {
    float: right;
    width: 50%;
    max-width: 450px;
    margin: 0 0 10px 20px;
  }
  .float-left {
    float: left;
    width: 50%;
    max-width: 450px;
    margin: 0 20px 10px 0;
  }
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter