
.popHolder {
    font-family: myriad-pro,sans-serif;
    width: auto;
    max-width: 1080px;
    /*max-height: 427px;*/
    height: 425px;
    vertical-align: middle !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


        .popImg{
            vertical-align: top;
            display: inline-block;
            float: left;
            height: 425px;
            min-width: 110px;
            max-width: 337px;
            width: 337px;
         
            background-position: center;
            background-size: cover;
        }


        .Colorfast {
            background: url(/images/products/product-detail/colorfast-detail.svg) top left no-repeat;
        }

        .OilCleanable {
            background: url(/images/products/product-detail/oil-cleanable-detail.svg) top left no-repeat;
        }

        .SoilResistant {
            background: url(/images/products/product-detail/soil-resistant-detail.svg) top left no-repeat;
        }


        .MoldResistant {
            background: url(/images/products/product-detail/mold-resistant-detail.svg) top left no-repeat;
        }


        .SolutionDyed {
            background: url(/images/products/product-detail/solution-dyed-detail.svg) top left no-repeat;
        }


        .IndoorOutdoor {
            background: url(/images/products/product-detail/indoor-outdoor-detail.svg) top left no-repeat;
        }

        .Breathable {
            background: url(/images/products/product-detail/breathable-detail.svg) top left no-repeat;
        }


        .popDesc {
            font-family: myriad-pro,sans-serif;
            font-size: 1.1em;
            line-height: 1.3em;
            font-weight: 100;
            letter-spacing: normal;
            color: #777;
            display: inline-block;
            /*float: left;*/
            height: auto;
            min-height: 300px !important;
            width: 49% !important;
            min-width: 110px;
            margin-top: 14%;
            padding-left: 8%;
            /* padding-right: 3%;*/
            padding-top: 0;
            padding-bottom: 3%;

        }

            .popDesc h3 {
                font-family: myriad-pro-semiextended,sans-serif !important;
                font-size: 1.3em;
                font-weight: 300;
                letter-spacing: 4px;
                color: #777;
                text-transform: uppercase;
                margin-top: 0px;
                margin-bottom: 12px;
            }





        @media only screen and (max-width: 1000px) and (min-width: 700px){

            .popHolder {
                font-family: myriad-pro,sans-serif;
                width: 100% !important;
                height: 425px !important;
                vertical-align: middle !important;
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            }

            .popImg {
                width: 100% !important;
                height: 425px !important;

                background-size: cover;
                background-position:center center !important;

            
            }

         
        }

    



@media only screen and (max-width: 700px) {

    .popHolder {
        font-family: myriad-pro,sans-serif;
        width: 100% !important;
        max-width: 337px;
        /* height: 635px !important;*/
        height: 480px !important;
        vertical-align: middle !important;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: #fff;
    }


        .popImg {
            width: 100% !important;
            height: 425px !important;
             background-position-x: center;
            background-position-y: -118px;
            background-size: cover;
            text-align: center;
        }

    .popDesc {
        font-family: myriad-pro,sans-serif;
        font-size: .875em;
        line-height: 1.25em;
        width: 80% !important;
        height: auto !important;
        min-height: 250px !important;
        background-color: #fff;
        padding: 0px;
        margin: 0px;
        padding-top: 10%;
        padding-bottom: 0%;
        padding-left: 10%;
        padding-right: 10%;
        /*margin-top: -240px;*/
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: -235px;
    }
       

            .popDesc h3 {
                font-family: myriad-pro-semiextended,sans-serif !important;
                font-size: 1.1em;
                font-weight: 300;
                letter-spacing: 4px;
                color: #777;
                text-transform: uppercase;
                margin-top: 10px;
                margin-bottom: 12px;
            }
    }