﻿
@media(max-width: 920px) {
    .static-hero {
        background: url(/images/Background_2.jpg) center center/cover no-repeat local;
        background-position: right;
    }

    .page-title {
        font-size: 72px;
        text-align: center;
    }

    .wedding-announcement {
        bottom: 5%;
        position: absolute;
        width: 100%;
    }

    .page-sub-title-container {
        width: auto;
    }

    .page-sub-date-container {
        width: auto;
        margin-top: 24px;
    }

    .nav-item {
        border-bottom: 1px solid #d9d9d9;
        margin-left: 0px;
    }
    .wedding-couple-section .gb > div {
        width: 100%;
        float: none;
    }
    .wedding-couple-section .bride {
        margin-top: 25px;
    }
    .wedding-couple-section .details{
        padding: 30px;
    }
    .show-mobile {
        display: block;
    }
    .hide-mobile{
        display: none;
    }
    .img-holder{
        max-height: 230px;
    }
    .page-separator {
        text-align: center;
        overflow: hidden;
    }

        .page-separator img {
            margin-left: auto;
            margin-right: auto;
            height: 70px;
        }

    .separartor-section {
        height: 400px;
    }
}
