@media only screen and (min-width: 692px){
.branding .site-logo img {
    max-width: 10rem;
    max-height: 4rem!important;
}

body.front .block-vito-introtext {
    margin-top: 0 !important;
    padding-top: 9rem;
	line-height: 2.5rem;
}
body.front .block-vito-introtext>p {
	font-size: 28px;
}

figure {
	max-width: 60%;
}


}