﻿
.main-image {
		background: url(../../img/Products/UNFCU/general_Extended.jpg) left 0px no-repeat;
		border-bottom: solid 4px #008bcd;
		}



/* TABLET */

@media only screen and (max-width: 750px){
	.main-image {
		background: url(../../img/Products/UNFCU/general_tablet.jpg) left 0px no-repeat;
		}	
}

/* MOBILE */

@media only screen and (max-width: 480px){	
	.main-image {
		background: url(../../img/Products/UNFCU/general_mobile.jpg) left 0px no-repeat;
		}		
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 


}


