@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
	 .account-container {
	 	width: 100px !important;
	 }
	 .account-container span {
	 	background-image: none !important;
	 }
	 .account-container span:after {
	 	content: "Login" !important;
	 	margin-top: -18px;
	 	font-size: 20px;
	 	text-transform: uppercase;
	 }
	 .mobile-account-menu {
		display: none !important;
	}
}

@media only screen and (min-width: 975px) and (max-width : 1024px) { 
	#main-content:not(.full-width) .sidebar {
		position: absolute !important;
		right: 15px !important;
	}
}