body .featherlight .featherlight-content {
max-width: 50%;
position: fixed;
top: 50%;
left: 0;
transform: translateY(-50%);
margin-left: 0; /* Ensure no margin is affecting positioning */
}
