.headerimage{
	margin-top: 16px;
}
.headerimage img{
	border-radius: 0.25rem;
}
.imagecard{
	padding-bottom: 16px;
}
@media all and (min-width:768px) {
	.fixedbottom{
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1030;
	}
}
@media all and (max-width:480px) {
   .responsivebutton { width: 100%; display:block; }
}