@charset "UTF-8";
/* CSS Document */

	#lablEups {
		background-color: white;
		width: 100%;
		max-width: 980px;
		height: auto;
		float: left;
		}
	#labl {
		width: 49%;
		height: auto;
		float: left;
		}
	#Eups {
		width: 32%;
		height: auto;
		float: right;
		margin-right: 20px;
		}

	#labl img {width: 480px; height: 170px;}
	#Eups img {width: 310px; height: 170px; float: right;}
	#lablEups img {width: 100%; height: auto;}
	
	@media screen and (max-width: 1024px) {
		#labl #Eups {text-align: left;}
		#labl {width: 49%; height: auto;}
		#Eups {width: 32%; height: auto; float: right;}
		#labl img {width: 100%; height: auto;}
		#Eups img {width: 100%; height: auto; float: none;}
		}
	
	@media screen and (max-width: 768px)
		and (orientation: portrait)	{
			#lablEups {background-color:;}
			#labl, #Eups {text-align: left;}
			#labl {width: 60%; height: auto;}
			#Eups {width: 30%; height: auto; float: right;}
			#labl img {width: 80%; height: auto;}
			#Eups img {width: 100%; height: auto; float: none;}
			}
	
	@media screen and (max-width: 768px)
		and (orientation: landscape) {
			#lablEups {background-color:;}
			#labl, #Eups {text-align: left;}
			#labl {width: 60%; height: auto;}
			#Eups {width: 40%; height: auto; float: right; margin-right: 0px;}
			#labl img {width: 100%; height: auto;}
			#Eups img {width: 100%; height: auto; float: none;}
			}

	@media screen and (max-width: 667px) {
			#lablEups {background-color:;}
			#labl, #Eups {text-align: left;}
			#labl {width: 60%; height: auto;}
			#Eups {width: 40%; height: auto; float: right; margin-right: 0px;}
			#labl img {width: 100%; height: auto;}
			#Eups img {width: 100%; height: auto; float: none;}	
			}	

	 @media screen and (max-width: 480px)
		and (orientation: landscape) {
			#labl, #Eups {text-align: center;}
			#Eups {background-color: #F1F6FA;}
			#labl {width: 100%; height: auto;}
			#Eups {width: 100%; height: auto; float: none;}
			#labl img {width: 100%; height: auto;}
			#Eups img {width: 60%; height: auto; float: none;}
			}

	@media screen and (max-width: 375px)
		and (orientation: portrait) {
			#labl, #Eups {text-align: center;}
			#Eups {background-color: #F1F6FA;}
			#labl {width: 100%; height: auto;}
			#Eups {width: 100%; height: auto; float: none;}
			#labl img {width: 100%; height: auto;}
			#Eups img {width: 70%; height: auto; float: none;}
			}

	@media screen and (max-width: 320px) {
			#labl, #Eups {text-align: center;}
			#Eups {background-color: #F1F6FA;}
			#labl {width: 100%; height: auto;}
			#Eups {width: 100%; height: auto; float: none;}
			#labl img {width: 100%; height: auto;}
			#Eups img {width: 70%; height: auto; float: none;}
			}