.containerPresentation{ display:flex; margin:auto; overflow:hidden; position:relative; align-items:center}.containerPresentation .image-container{ overflow:hidden; flex:0.6; width:100%; position:relative;   transition:all 0.3s ease-in-out}.containerPresentation .image-container:hover{ transform:scale(1.02)}.image-container img{ width:100%; height:auto; display:block}.containerPresentation .text-container{ flex:1; padding:40px}.containerPresentation button{ margin-top:20px}.containerPresentation .subtext{ font-size:1.1em; margin:10px 0px 20px 0px}.containerPresentation .extra-content{ max-height:0; overflow:hidden; transition:max-height 0.5s ease-in-out}.containerPresentation .extra-content.show{ max-height:1000px}@media (max-width:1200px){ .containerPresentation{ flex-direction:column} .containerPresentation .image-container{ position:relative; max-width:500px} .containerPresentation .text-container{ margin-top:2em; width:100%; padding:0px}}