.gm-global-container{width:100%}
.gm-global-container .gm-outer-container{margin:auto}
.gm-global-container .gm-right-container{height:fit-content}
@media screen and (min-width:1140px){.gm-global-container .gm-outer-container{width:100%;display:flex;align-items:stretch}
.gm-global-container .gm-outer-container .gm-left-image-container{width:50%;display:flex;justify-content:center;align-items:center;overflow:hidden}
.gm-global-container .gm-outer-container .gm-left-image-container .square-image{position:relative;width:100%;max-width:810px;max-height:810px;flex-grow:0;flex-shrink:0}
.gm-global-container .gm-outer-container .gm-left-image-container .square-image img{top:0;left:0;width:100%;aspect-ratio:1;margin:0;object-fit:cover;max-width:100%}
.gm-global-container .gm-outer-container .gm-left-image-container .full-image{width:100%;height:100%;display:flex;justify-content:center;align-items:center}
.gm-global-container .gm-outer-container .gm-left-image-container .full-image img{width:100%;height:100%;object-fit:cover}
.gm-global-container .gm-outer-container .gm-right-container{width:50%;display:grid}
.gm-global-container .gm-outer-container .gm-left-image-container,.gm-global-container .gm-outer-container .gm-right-container{align-self:stretch}
}
@media only screen and (min-width:601px) and (max-width:1139px){.gm-global-container .gm-left-image-container{display:flex;justify-content:center;align-items:center;overflow:hidden;flex-shrink:0;flex-grow:0;width:100%}
.gm-global-container .gm-left-image-container .square-image{height:425px;width:425px}
.gm-global-container .gm-left-image-container .square-image img{width:100%;height:100%;margin:0;object-fit:cover;max-width:100%}
.gm-global-container .gm-left-image-container .full-image{width:100%;height:100%}
.gm-global-container .gm-left-image-container .full-image img{width:100%;height:100%;object-fit:cover;aspect-ratio:2.40944882}
}
@media only screen and (max-width:600px){.gm-global-container .gm-left-image-container{display:flex;justify-content:center;align-items:center;overflow:hidden;flex-shrink:0;flex-grow:0;width:100%}
.gm-global-container .gm-left-image-container .square-image{height:245px;width:245px}
.gm-global-container .gm-left-image-container .square-image img{width:100%;height:100%;margin:0;object-fit:cover;max-width:100%}
.gm-global-container .gm-left-image-container .full-image{width:100%;height:100%}
.gm-global-container .gm-left-image-container .full-image img{width:100%;height:100%;object-fit:cover;aspect-ratio:2.40944882}
.gm-global-container .hide-container .gm-left-image-container{display:none}
}