/* Beginning of Ticket 11114053578 - Steve */

/* https://app.intercom.io/a/apps/uinqovrx/respond/inbox/267245/conversations/11114053578 */

/* To extend with of title page text for all devices */

@media only screen and (max-width: 800px) {
.page_4477003 #content_page_wrapper ._4ORMAT_content_page_wrap {
    width: 80%; /* 70% */
	}
}

.page_4477003 #content_page_wrapper ._4ORMAT_content_page_wrap {
    width: 80%;
}

/* To center image on title page for all devices */

.page_4477003 #full_screen_image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center!important;
    background-attachment: fixed!important;
}

/* End of Ticket 11114053578 */