@media only screen and (max-device-width: 479px) { /* mobile */
	iframe {
		height: 366px !important;
	}
	
	#wrapper {
		width: 90%;
		margin-left: 5%;		
	}
	
	#mainwrapper {
		width: 100%;
		border-radius: 6px 6px 6px 6px !important;
	}
	
	#header {
		width: 100%;
	}
	
	#headerright {
		width: 100%;
	}
	
	#headerright {
		width: 100%;
	}
	
	#page-heading img {
		width: 100%;
	}
	
	.maincontent-full {
		width: 90%;
		padding: 0px 20px 5px 20px;
	}
	
	#bottomwrapper {
    	display: none;
	}
	
	img[src$=".pdf"] {
		width: 18px !important;
		height: auto;
	}
	
	#footer {
    	width: 100%;
	}

	.imp-spot-fontawesome-icon {
		font-size: 28px !important;
	}

	.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip.imp-tooltip-visible {
		opacity: 0 !important;
	}

} /* @media only screen and (max-device-width: 479px) ~ mobile */

