/*AD CONTAINER STYLES*/
.offerCONTAINER {
    width: 100%;
		overflow: auto;
 }

/*AD CONTAINER STYLES*/



/*Responsive Styles - Phone Portrait*/
@media (min-width: 1px) and (max-width: 767px) {
	.offerLEFT-SMALL, .offerRIGHT-SMALL {
    display: inline-block;
    width: 100%;
    float: left;
		overflow: hidden;
		height:350px;
    }
	.offerLEFT-LARGE, .offerRIGHT-LARGE {
        display: none;
    }
		
}
/*Responsive Styles - Tablet Landscape and Desktop*/
@media (min-width: 768px) {
	.offerLEFT-SMALL, .offerRIGHT-SMALL {
        display: none;
    }
	.offerLEFT-LARGE, .offerRIGHT-LARGE {
        display: inline-block;
        width: 50%;
        float: left;
				overflow: hidden;
				height:350px;
    }
}



