.master-chess{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);grid-gap:0px}.master-chess .chess-card .cover{background-size:cover;background-repeat:no-repeat;min-height:100%;position:relative;z-index:0}.master-chess .chess-card .cover .overlay{position:absolute;top:0;bottom:0;left:0;right:0}.master-chess .chess-card .content-wrapper{height:100%;width:100%;display:flex}.master-chess .chess-card .text-content{padding:30px}@media(max-width:600px){.master-chess{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}}