section.TwoImagesSection{display:grid;grid-gap:var(--layout-gutter);gap:var(--layout-gutter);padding-top:0!important;padding-bottom:0!important;grid-template-columns:2fr 1fr;position:relative;contain:strict;height:100vh}section.TwoImagesSection .imageFrame{position:relative;height:100vh;overflow:hidden;contain:strict}section.TwoImagesSection .imageFrame img{z-index:1;object-fit:cover;object-position:center center;width:100%;height:100%}@media screen and (max-width:599px){section.TwoImagesSection{grid-template-columns:1fr;height:80vh}section.TwoImagesSection .imageFrame{height:80vh}section.TwoImagesSection .imageFrame:not(:first-child){display:none}}.fullScreenImage{position:relative;width:100vw;height:100vh;overflow:hidden;contain:strict}.fullScreenImage img{height:100%!important;width:100%!important;object-fit:cover;object-position:center center;-webkit-user-select:none;-moz-user-select:none;user-select:none}