/* Beginning of Ticket 8805749382 - Steve */

/* https://app.intercom.io/a/apps/uinqovrx/inbox/format-ui-inbox/conversations/8805749382 */

/* To remove thumbnails from one page Gallery Page used for Home Page */

.page_3994785 .gallery_thumbs {
	display:none!important;
}

.page_3994785 .gallery_navigation {
	display: none!important;
}

/* End of Ticket 8805749382 */

/* Beginning of Ticket 8931059736 - Steve */

/* https://app.intercom.io/a/apps/uinqovrx/inbox/format-ui-inbox/conversations/8931059736 */

/* To center the one Gallery Page image on devices over 768px */

@media screen and (min-width:768px){
.page_3994785 #content {
    margin-right: 0!important;
}
}

/* End of Ticket 8931059736 */