header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.banner-wrap img {
	width: 100%;
}

.chrys-logo {
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.chrys-logo h5 {
	margin-bottom: 20px;
}
.chrys-logo h6 {
	margin-bottom: 0;
}
.chrys-logo img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	overflow: hidden;
	transform: scale(.9);
	margin-bottom: 20px;
}
.chrys-logo img:hover {
	transform: scale(1);
}