.pb-zoom-thumbnail {
    /*overflow: hidden;*/
}

.pb-zoom-thumbnail img {
    opacity: 1.0;
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -ms-transition: all 0.2s ease; /* IE 9 */
    -o-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease; 
    border-radius: 0px;
}



.pb-zoom-thumbnail:hover img {
    opacity: 0.6;
    -webkit-transform: scale(1.05); /*rotate(-3deg); /* Safari and Chrome */
    -moz-transform: scale(1.05); /*rotate(-3deg); /* Firefox */
    -ms-transform: scale(1.05); /*rotate(-3deg); /* IE 9 */
    -o-transform: scale(1.05); /*rotate(-3deg); /* Opera */
    transform: scale(1.05); /*rotate(-3deg);*/ 
}



.img-thumbnail {
  
    padding: 0px;
    border-width: 0px;
    border-radius: 0px;
} 


