
.hijack-page {
    text-align: center;
}

.hijack-bar {
    margin-top: 260px;
    padding: 0 0 0 0;
    text-align: center;
}

.hijack-button-img {
    display: block;
    margin-bottom: 5px !important;
}

.hijack-bar-callout {
	margin: 25px auto 0;
    width: 197px !important;
}

.legal {
    color: #2a2a2a;
    font-size: xx-small;
    text-align: center;
}

/** WIDESCREEN STYLES **/
@media only screen and (min-width: 1500px) {
}

/** DESKTOP STYLES **/
@media only screen and (min-width: 970px) and (max-width: 1049px) {
    .visible-mobile, .visible-tablet, .hidden-desktop {
        display: none !important;
    }
}

/** TABLET STYLES **/
@media only screen and (min-width:701px) and (max-width:969px) {
	.visible-mobile, .visible-desktop, .hidden-tablet {
		display: none !important;
	}
	.hijack-bar {
		margin-top: 200px;
	}

}

/** MOBILE STYLES **/
@media only screen and (max-width:700px) {
	img {
	  max-height: 100%;
	  max-width: 100%;
	}

	.visible-tablet, .visible-desktop, .hidden-mobile {
	  display: none !important;
	}

	.hijack-bar {
		margin-top: 440px;
		padding: 0;
	}

	.hijack-button-img {
		
	}

	.hijack-bar .hijack-bar-callout {
		clear: both;
		display: block;
		margin-bottom: 15px;
		max-width: 261px;
		width: 100% !important;
	}
}
