#cdev-counterfeit-baner{
    background: url('./conterfeit-pairs.png?$staticlink'),
                url("./counterfeit_landing_baner.jpg?$staticlink");
    background-repeat: no-repeat;
    background-size: auto ,cover;
    background-position: 80% center , center center;
    height: 350px;
    
}

    .show-for-medium{
        display: none;
    }

#cdev-counterfeit-baner h5.cdev-head{
    font: italic 600 45px/45px 'ITC Avant Garde Gothic W04',Arial,sans-serif;
}

#cdev-counterfeit-baner .cdev-copy-medium{
    padding-top: 60px;
}

a.about-nb{
    color: #e21836;
    font-family: 'ITC Avant Garde Gothic W04',Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
}

.sharebar.with-shadow{
    margin-bottom: 20px
}

#cdev-counterfeit-main,
#cdev-counterfeit-ps{
    margin: 15px auto;
    padding: 0 15px;
}

#cdev-counterfeit-main{
    margin-top: 20px;
    margin-bottom: 0px;
}

#cdev-counterfeit-ps{
  margin-bottom: 30px;
}

#cdev-counterfeit-main .cdev-main-title{
    text-transform: capitalize;
    font: italic 700 28px/28px 'ITC Avant Garde Gothic W01',Arial,sans-serif;
    margin-top: 0;
    
}

p{
    font-family: 'ITC Avant Garde Gothic W04',Arial;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizelegibility;
}

#cdev-counterfeit-report {
    background: #f1f1f1;
}

#cdev-counterfeit-report .cdev-report{
    font: italic 700 20px/20px 'ITC Avant Garde Gothic W01',Arial,sans-serif;
}

#cdev-counterfeit-report .cdev-copy-medium.columns{
    padding:0;    
}

#cdev-counterfeit-report .cdev-cta-right{
    padding-top: 35px;
    padding-left: 30px;
}

@media screen and (max-width: 1400px){
    #cdev-counterfeit-baner{
        background-position: 90% center, center center;
    } 
}


@media screen and (max-width: 1200px){
    #cdev-counterfeit-baner{
        background-position: right center, center center;
    } 
}

@media screen and (max-width: 1000px){
    #cdev-counterfeit-baner{
        background: url('./conterfeit-pairs-tab.png?$staticlink'),
                url("./counterfeit_landing_baner.jpg?$staticlink");
        background-repeat: no-repeat;
        background-size: auto ,cover;
        background-position: 90% center , center center;
    }
}


@media screen and (max-width: 950px){
    #cdev-counterfeit-report .column,
    #cdev-counterfeit-report .columns {
        width: 50%;
    }
    
    #cdev-counterfeit-baner{
        background: url('./conterfeit-pairs-tab.png?$staticlink'),
                url("./counterfeit_landing_baner.jpg?$staticlink");
        background-repeat: no-repeat;
        background-size: auto ,cover;
        background-position: center right , center center;
    }
    
}


@media screen and (max-width: 768px){
    .page-hero h1{
        text-align: center;
    }
    
    #cdev-counterfeit-baner h5.cdev-head{
        font: italic 600 34px/34px 'ITC Avant Garde Gothic W04',Arial,sans-serif;
    }
    
    #cdev-counterfeit-baner .hide-for-small{
        display: block !important;
    }
    
     #cdev-counterfeit-baner .hide-small{
        display: none;
     }
    
    .cdev-copy-medium p {
        width: 40%;
    }
    
    #cdev-counterfeit-baner{
        background: url('./conterfeit-pairs-mob.png?$staticlink'),
                url("./counterfeit_landing_baner.jpg?$staticlink");
        background-repeat: no-repeat;
        background-size: auto ,cover;
        background-position: 95% center, center center;
        position: relative;
        height: 400px;
    }
       
    #cdev-counterfeit-main .cdev-main-title{
        text-transform: capitalize;
        font: italic 700 22px/22px 'ITC Avant Garde Gothic W01',Arial,sans-serif;
    }    
    
    #cdev-counterfeit-report .cdev-cta-right{
        padding-left: 15px;
    }
    
    #cdev-counterfeit-report .column,
    #cdev-counterfeit-report .columns {
        width: 100%;
    }
    
}

@media screen and (max-width: 500px){
    #cdev-counterfeit-baner{
        background: url('./conterfeit-pairs-mob.png?$staticlink'),
                url("./counterfeit_landing_baner.jpg?$staticlink");
        background-repeat: no-repeat;
        background-size: auto ,cover;
        background-position: center 10% , center center;
        height: 494px;
        position: relative;
    }
    
    #cdev-counterfeit-baner .row{
        position: absolute;
        bottom: 0;
    }

    .show-for-medium{
        display: block;
    }
    
    .hide-for-medium{
        display: none;
    }
    
    
    #cdev-counterfeit-baner .hide-for-small{
        display: none !important;
    }
}




