.hanger_container{align-items:stretch;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;max-width:1200px}.hanger_content{padding:1.5rem 2rem}.hanger_media{position:relative}.hanger_media-image,.hanger_media-video{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}@media (max-width:950px){.hanger_container{grid-template-columns:minmax(0,1fr);grid-template-rows:repeat(2,1fr)}.hanger_content{order:2}}.hanger_content-title{margin-bottom:16px}.hanger_content-text{margin-bottom:28px}