#nicotine-warning-mobile{
	min-height: 65px;
}

img.primary_logo,
.mobile_logo img{
	height: auto;
}

.space-mobile{
	padding-top: 124px;
}

@media (min-width: 351px) {
	.space-mobile{
        padding-top: 105px;
    }
}

@media only screen and (min-width: 798px) {
    .space-mobile {
      	display: none;
    }
}