@media screen and (min-width:1200px){
	
}
@media screen and (min-width:901px) and (max-width:1200px){
.IB-Logo{
		width: 100px;
		/*height: 50px;*/
		/*position: absolute;*/
	
	}
}
@media screen and (min-width:631px) and (max-width:900px){
	.IB-Logo{
		width: 100px;
		/*height: 50px;*/
		/*position: absolute;*/
	
	}
}
@media screen and (min-width:450px) and (max-width:630px){
	.IB-Logo{
		width: 100px;
		/*height: 50px;*/
		/*position: absolute;*/
	
	}
}
@media screen and (min-width:301px) and (max-width:450px){
	.BD-L{
		width: 100%;
	}
	.GFL-Logo{
		margin-top: 20px;
	}
	.IB-Logo{
	width: 100px;
	/*height: 50px;*/
	/*position: absolute;*/
	
}
}
@media screen and (min-width:0px) and (max-width:300px){
	.BD-L{
		width: 100%;
	}
	.GFL-Logo{
		margin-top: 20px;
	}
		.IB-Logo{
	width: 100px;
	/*height: 50px;*/
	/*position: absolute;*/
	
}
}