@media (max-width: 575px) {
	#swipebox-close { top: 80px; right: 15px; z-index: 99999;}
	#swipebox-top-bar.visible-bars {
		-webkit-transform: translate3d(0, 150px, 0);
		        transform: translate3d(0, 150px, 0);
	}
	#swipebox-title {
		width: 50%;
		margin: 0 auto;
		line-height: 150%;
	}
}


