.container {
  max-width: 1024px;
  width: 100%;
  margin: auto;
}

/* ----------- iPhone 6to8 screens----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

.navigation .nav-pills {
   margin-bottom: 0;
   display: flex;
   justify-content: center;
}

img,
video {
  max-width: 100%;
}
