.linkContainer { white-space:normal; margin-top:15px; } .linkContainer a { display: table; float:left; width: 50%; } .linkContainer .image { display: table-cell; width:282px; height:310px; overflow:hidden; } .linkContainer img { transition:1s; } .linkContainer .content { display: table-cell; width: 100%; text-align: center; vertical-align: middle; transition:1s; } .linkContainer a .content { background:#6D0FF2; } .linkContainer a:hover .content { background:#1D52F2; } .linkContainer a:hover img { transform:scale(1.3); } .linkContainer .english { display: block; color: rgba(244,244,244,0.3); font-family: "DINCondensed-Bold"; font-size: 36px; font-weight: 700; } .linkContainer .chinese { display: block; color: #f4f4f4; font-size: 16px; font-weight: 600; line-height: 40px; } .linkContainer .button { display: block; width: 109px; border: 1px white solid; border-radius: 8px; line-height: 28px; color:white; font-weight:normal; margin:auto; transition:1s; } .linkContainer a:hover .button { background:white; color:#1D52F2; }