#thumb-tray {
    bottom: 0 !important;
    height: 110px !important;
    
}

#thumb-back, #thumb-forward {
    bottom: 0 !important;
    height: 110px !important;
}

@media (max-width: 481px) {
	.container {
	    height: 100%;
	}

	.pages-container {
		height: 100% !important;
	}

	#thumb-tray {
		display: none !important;
	}
}