.transformimg {
    transform: scale(0.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
transition-timing-function: ease;
}

.transformimg:hover {
    transform: scale(1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
transition-timing-function: ease;
}


.book-img{
   background-image: url('/-/media/rj/advisor-sites/sites/k/a/katzwealthmanagement/images/AFinancialPrescriptionCover.png');
   height: 700px;
   width: 620px;
background-repeat: no-repeat;
}

.book-img:hover {
   background-image: url('/-/media/rj/advisor-sites/sites/k/a/katzwealthmanagement/images/AFinandcialPrescriptionBackCover.png');
background-repeat: no-repeat;
   height: 700px;
   width: 620px;
}

.book-img2{
   background-image: url('/-/media/rj/advisor-sites/sites/k/a/katzwealthmanagement/images/KatzsecondbookSoftCover2.png');
   height: 700px;
   width: 620px;
background-repeat: no-repeat;
}

.book-img2:hover {
   background-image: url('/-/media/rj/advisor-sites/sites/k/a/katzwealthmanagement/images/BeyondPerformanceBackCover.jpg');
background-repeat: no-repeat;
   height: 700px;
   width: 620px;
}

.filter-dropdown-container h1 {
display: none;
}
