.chapter-links {
    margin-right: 10px;
    white-space: nowrap;
}

#load-older {
    margin-bottom: 15px;
}

.infinite-page-image {
	transform-origin: top center;
	transform: scale(2);
	margin-bottom: 1050px;
	image-rendering: pixelated;
}

#bgcolor {
		width: 1362px;
	}

@media only screen and (max-width: 675px) {

    #jump-to {
        margin-bottom: 10px;
    }

    .infinite-page-image {
        width: 100%;
		transform: scale(1);
		margin-bottom: 0px;
    }
	
	#bgcolor {
		width: 100%;
	}
}