/* Beginning of Ticket 70650 - John (from example) */

/*Set 90% Content Container Width*/
body.listing #content {
max-width: 90%;
min-width: 360px;
}

body.listing #content .listing_image {
float: left;
width: 190px;
margin: 4px 4px;
}

body.listing #content .listing_image.row-third {
clear: none;
}

body.listing #content .listing_image.third {
margin-right: 4px;
}

/* End of Ticket 70650 */

/* Beginning of Ticket 9285063545 - Steve */

/* https://app.intercom.io/a/apps/uinqovrx/respond/inbox/unassigned/conversations/9285063545 */

/* To remove page titles from Horizon Collection Page images */

body.listing #content .listing_image .copy {
  display:none!important;
}

/* End of Ticket 9285063545 */
