@media only screen and (min-width: 1440px) {
    /* branding */
    .content-img img {
        width: 70%;
    }
    /* //branding */
}

@media only screen and (min-width: 1920px) {
    /* branding */
    .content-img img {
        width: 50%;
    }
    /* //branding */
    
    .logo1-wrap .logo img,
    .graphic1-wrap .graphic img,
    .card1-wrap .card img,
    .signboard1-wrap .signboard img,
    .marketing1-wrap .marketing img,  
    .product1-wrap .product img,
    .photography1-wrap .photography img,
    .video1-wrap .video img,  
    .business1-wrap .business img,
    .shopping1-wrap .shopping img,
    .mobile1-wrap .mobile img,
    .custom1-wrap .custom img{
        /*padding: 15% 28%;*/
    }
}