Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.MVPHeroContainer #MVPHeroScenePanel
{
width: 100%; /* Changed from 1900px */
horizontal-align: center;
transform: translateX( -15% ); /* Scalable offset instead of -600px */
}
/* Prevent the Details panel from overlapping the hero on narrow screens */
.MVPDetails
{
width: 85%; /* Changed from 1620px */
max-width: 1620px; /* Maintains look on 16:9 and Ultra-wide */
horizontal-align: center;
}