section.detached {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 101;
}

@media screen and (max-width: 767px) {
	#sticky-section {
        position: fixed;
        /*top: calc(100vh - 77px);*/
        z-index: 110;
		-webkit-transform: translate3d(0, 0, 0);
		transform : translate3d(0, 0, 0);
    }
}
