/* Beginning of Ticket 68681 - John  ( adjusted by chris ) */



.listing #content > div > div > div > div > a > img, #content .listing-image{
    height:200px;
    width:300px;
}
.listing .assets{
    width:120%;
    margin: 20px 0 20px -20px!important;
}

#content .listing_image{
    margin:.5% 2% .5% -.5%!important;
}
body.listing #content .listing_image .caption{
  opacity:0;
  width: 300px!important;
}
body.listing #content .listing_image .caption p{
  width: 300px!important;
  color:white;
  margin-top:-30px;
  position:absolute;
  background: rgba(120,128,127,0.5);
}
.listing_image:hover .caption{
  opacity:4!important;
}
/* change social icons colour */
[class^="f-icon-"]:before, [class*=" f-icon-"]:before, #share_button a{
  color:#959292!important;
}

@media only screen
and (min-width : 1200px) {


.listing #content > div > div > div > div > a > img, #content .listing-image{
    height:250px;
    width:375px;
}
.listing .assets{
    width:140%;
    margin: 20px 0 20px -15%!important;
}

#content .listing_image{
    margin: .5% 2% .5% -.5%!important;
}
body.listing #content .listing_image .caption p{
  width: 375px!important;
}
}
/* End of Ticket 68681 */