#marriage {
  width: 90vw;
  max-width: 1100px;
  margin: auto;
  text-align: center;
  background: url("../img/goal_base.png") no-repeat center center;
  background-size: 320px auto;
}
#marriage img {
  width: 320px;
}
.slash {
  animation-duration: 5s;
  animation-delay: 0.5s;
}
#marri_video {
  width: 90vw;
  max-width: 960px;
  margin: 50px auto 0;
  aspect-ratio: 16/9;
}
#marri_video iframe {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #FFF;
}
#marri_box {
  background-color: #95EFEC;
  padding: 30px 0;
  margin-top: 30px;
}
#marri_box p {
  width: 90vw;
  max-width: 1100px;
  margin: auto;
}
#marri_box p span {
  color: #ff4999;
  font-weight: bold;
  font-size: 1.2em;
}
#marri_box p a {
  color: #ff4999;
  font-weight: bold;
}
#marri_box p a:hover {
  color: #FFF;
}
#marri_inner {
  width: 90vw;
  max-width: 1100px;
  margin: auto;
}
#marri_inner p {
  margin-top: 10px;
}
p {
  margin-bottom: 30px;
}
@media screen and (min-width: 961px) {
  #marriage {
    background-size: 550px auto;
  }
  #marriage img {
    width: 550px;
  }
  #marri_video {
    margin-top: 80px;
  }
  #marri_box {
    padding: 80px 0;
    margin-top: 80px;
    margin-bottom: 50px;
  }
  #marri_box p {
    margin: 0 0 0 20px;
    text-align: center;
  }
  p {
    margin-top: 30px;
  }
}