/* Mobile Browser */
/***
This is to support legacy mobile browser, any changes to support mobile browser should go here
Last Update: May 2017
***/

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

html, body {
	height: 100%;
}

.octobus-banner,
.img-footer,
.triangle-right,
.hero-banner .triangle-right,
.img-logo {
    display: none;
}

.not-found-banner {
    background-color:  #7f7e7e;
    background-image: url(../assets/images/octobus-banner.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 80%;
}

.not-found-content-inner .title {
    font-size: 3.5rem;
    margin-top: 1rem;
}

.not-found-content-inner .title-msg {
    font-size: 1.6rem;
}
