        @charset "utf-8";
    /* temporary - this will pull from a db eventually */

    #uwmiframe{
    	min-height:590px!important;
	}

	@media screen and (max-width: 850px){ 
	 #uwmiframe{
		min-height:1800px!important;
		}
	}

	@media screen and (max-width: 650px){ 
	 #uwmiframe{
		min-height:1400px!important;
		}
	}