﻿/* Put your custom css here */

@media screen and (min-width: 48em) {
  #content:before {
  /*  content: ''; */
    float: right;
    display: block;
    width: 300px;
    /* height: 150px;*/
    margin: 0 0 15px 15px;
  }
  .inThisSection {
    position: absolute;
    top: 0;
    right: 0;
    width: 225px;
  }
}