.Button{transition-property: color,background-color;transition-duration: 350ms;}.Button:hover,.Button:active{color: #B88476;background-color: white;}a{transition: color 350ms;}a:hover,a:active{color: #B88476;}.InstaWall .BgImg{transition: background-size 100ms;}.InstaWall .BgImg:hover{background-size: 110%;}.LastBlogPostsIn{scroll-behavior: smooth;}.ProductItem .Images a{ transition-duration: 200ms;transition-property: left,top,right,bottom;}.ProductItem:hover .Images a{left: -5%;top: -5%;right: -5%;bottom: -5%;}