.bride-groom {
  width: 100%;
  position: relative;
  z-index: 0;
}

.bride-groom .img {
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto;
}

.bride-groom:before {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: -40px;
  content: '';
  border: 1px solid rgba(0,0,0,0.15);
  z-index: -1;
  transform: rotate(-1deg);
}

.bride-groom:after {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: -40px;
  content: '';
  border: 1px solid rgba(0,0,0,0.15);
  z-index: -1;
  transform: rotate(1deg);
}

.coup-info {
  background-color: transparent;
}

