#sticky-mobile-custom {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
}

/* TABLET SCREEN */
@media screen and (max-width: 768px){
	#sticky-mobile-custom { 
		display: block;
	}
}