@media screen and (max-width: 960px) {
	.container {
		width: 100%;
	}

	.btn-mob-menu {
		display: block;
	}

	nav.top-nav {
		display: none;
		clear: both;
	}

	nav.top-nav ul {
		float: none;
		text-align: center;
	}

	nav.top-nav ul li {
		float: none;
		display: block;
	}

	.main-content, .title {
		margin-left: 5px;
		margin-right: 5px;
	}

	.logo {
		float: left;
	}

	img {
		max-width: 100%;
		height: auto;
	}
}