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