.photos-switch{display:flex}@media only screen and (max-width:767px){.photos-switch{flex-direction:column;gap:2px}}.photos-switch__col{align-items:end;aspect-ratio:1;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex:1 1 50%;justify-content:center;overflow:hidden;padding:3.125rem;position:relative}@media only screen and (max-width:767px){.photos-switch__col{flex:1 1 100%}}.photos-switch__overlay{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .6s ease-in-out;z-index:0}.photos-switch__switch{align-items:center;cursor:pointer;display:flex;margin-top:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.photos-switch__switch input{display:none}.photos-switch__switch input:checked+.photos-switch__slider:before{background-color:#4b4f54;transform:translateX(2.125rem)}.photos-switch__slider{background-color:#fff;border-radius:28px;height:2.25rem;margin-right:1rem;position:relative;width:4.375rem}.photos-switch__slider:before{background-color:#e3e3e3;border-radius:50%;content:"";height:1.625rem;left:.3125rem;position:absolute;top:.3125rem;transition:transform .3s ease,background-color .3s ease;width:1.625rem}.photos-switch__label{color:#fff;font-size:1.5rem;font-weight:700}