.pictures { display: flex; width: 100vw; height: 100vh; max-width: 100%; } .pictures-content { display: flex; height: 100%; width: 100%; justify-content: center; align-items: center; }