.about-the-bag{display:grid;grid-template-columns:1fr;border-bottom:1px solid #000;isolation:isolate;height:calc(100vh - var(--main-nav-height))}.about-the-bag>*{grid-area:1/1/2/2}.about-the-bag>.image-wrapper{width:100%;height:100%;overflow:hidden}.about-the-bag>.image-wrapper>img{width:100%;height:100%;object-fit:cover;object-position:center}@media only screen and (min-width: 1024px){.about-the-bag>.image-wrapper>img.mobile{display:none}}@media only screen and (max-width: 1023px){.about-the-bag>.image-wrapper>img.desktop{display:none}}.about-the-bag>.content{display:grid;grid-template-columns:repeat(2, max-content);align-self:start;justify-self:end;z-index:1;font-family:freight-big-pro,serif}@media only screen and (min-width: 1024px){.about-the-bag>.content{margin:10.125vh 95px 0 0;font-size:80px}}@media only screen and (max-width: 1023px){.about-the-bag>.content{margin:15vh 5vw 0 0;font-size:34px}}.about-the-bag>.content>:nth-child(n+2){grid-column:2}
