.gray-box{display:flex;flex-direction:column;height:100%;min-height:300px;width:100%}.gray-box__image-wrapper{flex:0 0 auto;width:100%}.gray-box__image-wrapper img{display:block;height:auto;object-fit:cover;width:100%}.gray-box__content{flex:1 1 auto;padding:20px}@media (max-width:767px){.gray-box{height:auto}}