.productLabel{
    display: block;
    left:0;
    top:0;
    width:auto;
    max-width:100%;
    height:auto;
    z-index:100;
}

.productLabel > .productLabel-image{

    display:inline-block;
    height:100%;
    width:auto;
    border:0;
    max-height: 75px;
	margin-bottom: 10px;
}

.productLabel > .productLabel-image:not(:first-child){

    margin-left:5px;

}

.pdp__img-wrap{

    position:relative;

}

@media only screen and (max-width: 768px){

    .pdp__img-wrap .productLabel{

        left:15px;
        top:10px;

    }

}

@media only screen and (min-width: 930px){

    .pdp__img-wrap .productLabel{

        left:115px;
        top:8px;

    }

}