img { width: 750px; max-width: 90%; } .slideTitle { background-color:#4CAF50; width: 750px; max-width: 90%; } .slideDiv{ width: 100%; display:flex; flex-direction: column; justify-content: space-between; align-items: center; border-radius: 4px; } .bigButtonDiv { width: 100%; display:flex; flex-direction: row; justify-content: space-evenly; align-items: center; } .buttonDiv { width: 375px; max-width: 45%; background-color: #4CAF50; color: white; padding: 14px 20px; margin: 8px, 0px; border-radius: 4px; cursor: pointer; } ion-menu-button{ display: block; }