
#wrapper .site-content>.site-wrapper {
    padding: 0;
    max-width: none;
}

.exquisite-gifts .reverse-order {
    flex-direction: row-reverse;
}
.exquisite-gifts .column {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.exquisite-gifts ul {
    list-style: none;
    margin: 0;
}
.exquisite-gifts video,
.exquisite-gifts img {
    vertical-align: bottom;
}
.exquisite-gifts {
    text-align: center;
}

.exquisite-gifts .title {
    font-family: "UniversLT-CondensedBold", sans-serif;
    font-size: 60px;
    max-width: 450px;
    margin: 0 auto 50px;
}
.exquisite-gifts .copy {
    max-width: 350px;
    margin:  0 auto 30px;
}
.exquisite-gifts .price,
.exquisite-gifts .cta-link {
    display: inline-block;
    padding: 5px 2px;
    margin: 0 0 20px;
}
.exquisite-gifts .price {
    font-weight: bold;
}
.exquisite-gifts .cta-link {
    border-bottom: 1px solid #000;
    text-decoration: none;
}
.exquisite-gifts .cta-link:hover {
    border-bottom-color: transparent;
}

.exquisite-gifts .black-bg {
    background-color: #F5EDEA;
    color: #000;
}
.exquisite-gifts .black-bg .price,
.exquisite-gifts .black-bg .cta-link {
    color: #000;
    border-color: #000;
}
.exquisite-gifts .black-bg .cta-link:hover {
    border-bottom-color: transparent;
}


.hero-video .section-video {
    background-position: center center;
    background-size: cover;
}
.hero-video .section-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	color: #ffffff;
    border-color: #ffffff;
}
.subscription {
    background: #F5EDEA;
}
.princess .img-item {
    position: relative;
}
.memento-trunk .img-list {
}
.memento-trunk .slick-list {
    max-width: 50%;
    margin: 0 auto;
    overflow: visible;
}
.memento-trunk .js-carousel-prev,
.memento-trunk .js-carousel-next {
    width: 25%;
    z-index: 1;
    opacity: 0;
}
.memento-trunk .img-item {
    padding: 0 100px;
    transform: scale(0.90);
    transition: transform 300ms ease;
}
.memento-trunk .slick-active.img-item {
    transform: scale(1);
}

/* desktop */
/* -------------------------------------- */
@media only screen and (min-width : 767px) {
    .hero-video {
        height: 632px;
        overflow: hidden;
    }
    .hero-video .intro-video {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
    }
    .memento-trunk {
        padding: 5px 0 140px;
    }

    .private-dinner {
        padding: 100px 0;
    }
    .private-dinner .img-item {
        padding-right: 10%;
    }
    .princess {
        padding: 160px 0 200px;
    }
    .princess .img-item {
        margin: 0 18%;
    }
    .allyouneed .section-content {
        padding: 70px 0 80px;
    }
    .subscription {
        padding: 110px 0;
    }
    .subscription .img-item {
        padding-right: 10%;
    }
}
/* mobile */
/* ---------------------------------------*/
@media only screen and (max-width : 767px) {
    .exquisite-gifts .title {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .exquisite-gifts .title,
    .exquisite-gifts .copy,
    .exquisite-gifts .cta-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-video .intro-video {
        width: 375px;
        max-width: 100%;
		color:#000000;
    }
    .hero-video .section-content {
        padding: 50px 0;
    }
    .memento-trunk {
        padding: 30px 0;
    }


    .memento-trunk .slick-list {
        max-width: 76%;
    }
    .memento-trunk .js-carousel-prev,
    .memento-trunk .js-carousel-next {
        width: 12%;
    }
    .memento-trunk .img-item {
        padding: 0 10px;
    }


    .private-dinner .section-content,
    .princess .section-content,
    .allyouneed .section-content,
    .subscription .section-content{
        padding: 40px 0 30px;
    }
    .princess .img-item,
    .subscription .img-item{
        margin: 40px 40px 0;
    }
}