﻿@media only screen and (max-width: 860px) {
	.root-page-title .wrapper {
		width: 600px !important;
		margin: -100px 0 0 -300px !important;
	}
}

@media only screen and (max-width: 600px) {
	.main-wrapper .content-thumbnail {
		width: 100% !important;
	}
	.btn {
		margin-right: 0 !important;
	}
	.root-page-title .wrapper {
		width: 300px !important;
		margin: -100px 0 0 -150px !important;
	}
}

@media only screen and (max-width: 500px) {
	.welcome-panel .lizard-image {
		display: none !important;
	}
	.welcome-panel h1 {
		text-align: center !important;
		padding-right: 0 !important;
	}
	.welcome-panel h1 img {
		max-width: 270px !important;
	}
}