.home1 { width: 100%; height: auto; } .home1 a { display: block; width: calc((100% - 0px) /4); float: left; padding: 50px; color: #fff; position: relative; transform: scale(1); transition: all 0.5s; z-index: 1; } .home1 a:hover { transform: scale(1.1); z-index: 100; } .home1 a h5 { text-transform: uppercase; font-size: 24px; margin-bottom: 0rem; } .home1 a p { font-size: 14px; margin-bottom: 15px; opacity: .5; } .home1 a.ha1 { background: #004f9b; } .home1 a.ha2 { background: #eda831; } .home1 a.ha3 { background: #539fa0; } .home1 a.ha4 { background: #87b0d4; } @media screen and (max-width:768px) { .home1 a { display: block; width: calc((100% - 0px) /2); float: left; padding: 26px; height: 175px; color: #fff; position: relative; transform: scale(1); transition: all 0.5s; z-index: 99; } }