﻿@media only screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

	.navbar-toggler {
		display: block !important;
	}

	.page {
		flex-direction: column !important;
	}

	.sidebar {
		width: 100vw !important;
		height: auto !important;
		position: relative !important;
		top: 0 !important;
	}

}
