
.fsCeremony{
    padding-top: 180px;
}
.fsCeremony__title{
    font-weight: 500;
    font-size: 104px;
    line-height: .9;
    margin-bottom: 27px;
    padding-left: 8px;
    letter-spacing: -3px;
}
.fsCeremony__subTitle{
    font-size: 24px;
    font-weight: 500;
    color: var(--inactive);
    letter-spacing: -.8px;
    margin-bottom: 55px;
    padding-left: 8px;
}

.fsCeremony__image{
    display: flex;
    justify-content: center;
}
.fsCeremony__image img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 656px;
    object-fit: cover;
}

.ceremony_row {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.ceremony_title{
    flex: 1;
    font-style: Italic;
    opacity: .3;
}
.ceremony_text{
    flex: 1;
    color: var(--inactive);
}
.ceremony_content{
    margin-bottom: 19px;
    max-width: 500px;
}

.ceremonyPlace{
    margin-top: 120px;
    border-top: 2px solid #E6E6E633;
    text-align: center;
}
.ceremonyPlace__top {
    padding-top: 37px;
    padding-bottom: 117px;
    background: url("../images/ceremonybg.png") no-repeat center top;
    background-size: cover;
}
.ceremonyPlace__quote{
    font-style: italic;
    margin-bottom: 126px;
}
.ceremonyPlace__date{
    font-family: "Angst", sans-serif;
    font-size: 96px;
    line-height: 0.9;
    color: var(--accent);
    margin-bottom: 10px;
    letter-spacing: -5px;
}
.ceremonyPlace__place{
    font-family: "Angst", sans-serif;
    font-size: 96px;
    line-height: 0.9;
    color: var(--accent);
    margin-bottom: 32px;
    letter-spacing: -5px;
}
.ceremonyPlace__text{
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -.8px;
    /* max-width: 510px; */
    margin: 0 auto;
    line-height: 1;
}
.ceremonyPlace__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ceremonyPhotos{
    margin-top: 56px;
    padding-bottom: 97px;
}
.ceremonyPhotos__top {
    display: flex;
    gap: 20px;
}
.ceremonyPhotos__left {
    flex: 0 0 calc(50% - 10px);
}
.ceremonyPhotos__content{
    flex: 0 0 calc(50% - 10px);
}
.ceremonyPhotos__title{
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 20px;
    letter-spacing: -.7px;
}
.ceremonyPhotos__text{
    color: var(--inactive);
    margin-bottom: 20px;
}

.ceremonyPhotos_photos{
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}
.ceremonyPhotos_photoLeft{
    flex: none;
    /* width: calc(50% - 10px); */
    width: calc(100% - 305px - 40px);
}
.ceremonyPhotos_photoLeft video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ceremonyPhotos_photoRight{
    flex: none;
    width: 305px;
}
.ceremonyPhotos_photos img{
    display: block;
    max-width: 100% ;
}


@media screen and (max-width: 992px) {
    .fsCeremony__title {
        font-size: 60px;
    }
    .ceremonyPlace__date {
        font-size: 70px;
    }
    .ceremonyPlace__place {
        font-size: 70px;
    }
    .ceremonyPhotos__content {
        width: 100%;
    }
    .ceremonyPhotos__top {
        flex-direction: column;
    }
}


@media screen and (max-width: 768px) {
    .ceremonyPhotos_photos {
        flex-direction: column;
        gap: 15px;
    }
    .ceremonyPhotos_photoLeft {
        width: 100%;
    }
    .ceremonyPhotos_photoRight {
        width: 100%;
    }
}


@media screen and (max-width: 576px) {
    .fsCeremony {
        padding-top: 145px;
    }
    .fsCeremony__title {
        font-size: 30px;
        margin-bottom: 14px;
        padding-left: 0;
    }
    .fsCeremony__subTitle {
        font-size: 15px;
        margin-bottom: 40px;
        padding-left: 0;
    }
    .fsCeremony__image {
        height: 560px;
    }
    .fsCeremony__image img {
        object-fit: cover;
    }
    .ceremony_row {
        flex-direction: column;
    }
    .ceremony_title {
        opacity: 1;
    }
    .ceremonyPlace {
        margin-top: 100px;
    }
    .ceremonyPlace__top {
        padding-top: 18px;
        /* padding-bottom: 170px; */
        padding-bottom: 50px;
    }
    .ceremonyPlace__quote {
        color: #969696;
        line-height: 1.1;
    }
    .ceremonyPlace__date {
        font-size: 48px;
    }
    .ceremonyPlace__place {
        font-size: 48px;
        margin-bottom: 20px;
    }
    .ceremonyPlace__text {
        font-size: 20px;
    }
    .ceremonyPlace__image {
        /* height: 560px; */
        height: auto;
    }
    .ceremonyPlace__image .container {
        padding: 0;
        width: 100%;
        height: 100%;
    }
    .ceremonyPlace__image img {
        object-fit: cover;
    }
    .ceremonyPhotos__title {
        font-size: 24px;
    }
    .ceremonyPhotos {
        padding-bottom: 0;
    }
}