#weddingsPageHeader
{
  width: 100vw;
  height: 100vmin;
  position: relative;
}

.headerBackground
{
  position: relative;
  width: 100vw;
  height: 100vmin;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#mainCarousel
{
  width: 100%;
  height: 100%;
}

#mainCarousel .amp-carousel-button
{
  display: none;
}

#headerBackground1
{
  opacity: 1;
}
#headerBackground2
{
  opacity: 1;
}
#headerBackground3
{
  opacity: 1;
}
#headerBackground4
{
  opacity: 1;
}
#headerBackground5
{
  opacity: 1;
}
#headerBackground6
{
  opacity: 1;
}

#packagesContainer
{
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
}

.package
{
  width: auto;
  margin-bottom: 50px;
}

.packageDescription
{
  height: auto;
  padding-bottom: 25px;
  max-width: 80%;
}

.weddingPackageSection1
{
  height: auto;
}

.weddingPackageSection2
{
  height: auto;
}

.weddingPackageSection3
{
  height: auto;
}