.card {
    border-radius: 12px;
    box-shadow: none;
    background-color: #FFFFFF;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    border: 0 none;
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;

}
img{ 
	user-select: none; pointer-events: none; 
	-webkit-user-select:none;
    -webkit-touch-callout:none;
    @supports (-webkit-touch-callout: none) { 
        
            min-height: -webkit-fill-available;
        
    }
}
.page-header{
	@media (min-width:500px) {
		
	}
}