/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.cp {
    cursor: pointer;
}

.header_img_user {
    height: 300px;
}

.snack_div {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
}

@media only screen and (max-width: 920px) {
    .header_img_user {
        max-height: 300px;
        height: auto;
    }
}