#fb-banner, #ad_root {
    display: none;
    height: 250px;
    width: 300px;
    position: relative;
    line-height: 16px;
    margin: 0 auto; 
}

 .thirdPartyMediaClass {
   height: 157px;
   width: 300px;
 }

 .thirdPartyTitleClass {
   font-weight: 600;
   font-size: 16px;
   margin: 8px 0 4px 0;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }

 .thirdPartyBodyClass {
   display: -webkit-box;
   height: 32px;
   -webkit-line-clamp: 2;
   overflow: hidden;
 }

 .thirdPartyCallToActionClass {
   color: #326891;
   font-family: sans-serif;
   font-weight: 600;
   margin-top: 8px;
 }