﻿@media only screen and (min-width: 200px) and (max-width: 767px) {

    .clip_style_1 > img {
        position: absolute;
        clip: rect(5px,100px,105px,0px);
    }

    .clip_style_2 > img {
        position: absolute;
        clip: rect(0px,60px,60px,0px);
    }

    .clip_style_2 img {
        width:60px;
        height:60px;
    }

    .clip_dblStyle_1 > img {
        position: relative;
        width: 70px;
        height: auto;
        padding: 0px 5px;
    }
	
	.clip_lead_image > img {
        margin-top: -4px;
        position: absolute;
        clip: rect(0px,150px,100px,0px);
    }
	
	.clip_sec_lead_image img {        
        position: absolute;
        clip: rect(0px,100px,100px,0px);
    }
	
	.clip_sections img {
		margin: 5px;
		width: 80px;
		max-height: 100px;
		position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .clip_style_1 > img {
        position: absolute;
        clip: rect(5px,100px,105px,0px);
    }

    .clip_style_2 > img {
        position: absolute;
        clip: rect(0px,60px,60px,0px);
    }

    .clip_style_2 img {
        width:60px;
        height:60px;
    }

    .clip_dblStyle_1 > img {
        position: relative;
        width: 70px;
        height: auto;
        padding: 0px 5px;
    }

    .clip_lead_image a img {
        margin-top: -4px;
        position: absolute;
        clip: rect(0px,370px,250px,0px);
    }
	
	.clip_sec_lead_image img {        
        position: absolute;
        clip: rect(0px,150px,150px,0px);
    }

    .clip_sections img {
		margin: 5px;
		width: 90px;
		max-height: 110px;
		position: relative;
    }
}

@media only screen and (min-width: 960px) {
    .clip_style_1 > img {
        position: absolute;
        clip: rect(5px,100px,105px,0px);
    }

    .clip_style_2 > img {
        position: absolute;
        clip: rect(0px,60px,60px,0px);
    }

    .clip_style_2 img {
        width:60px;
        height:60px;
    }

    .clip_dblStyle_1 > img {
        position: relative;
        width: auto;
        height: 50px;
        padding: 0px 5px 5px 5px;
    }

    .clip_lead_image a img {
        margin-top: -4px;
        position: absolute;
        clip: rect(0px,370px,250px,0px);
    }

    .clip_sec_lead_image img {        
        position: absolute;
        clip: rect(0px,150px,150px,0px);
    }

    .clip_sections img {
        position: absolute;
        clip: rect(0px,100px,100px,0px);
    }

}