.video-wrapper {
    width: 100%;
    max-height: 70vh;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.logo-size img {
    height: 80px;
}

.ivory-btn {
    background: #d4bba4;
    border: 1px solid #a88a6f;
}

.ivory-btn:hover {
    background: #b59c84 !important;
    border: 1px solid #a88a6f !important;
}

.mary {
    width: 100%;
    border-radius: 200px;
}

.icon i {
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.gold {
    font-size: 36px;
    text-align: center;
}

.gold-subheader {
    color: #BA9980;
    font-size: 18px;
    text-align: center;
    position: relative;
    top: -8px;
}

h3.heading {
    color: #BA9980;
    font-size: 25px;
    text-align: center;
    padding-top: 12px;
}

.estimate {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.estimate span {
    display: block;
    font-weight: 400 !important;
    color: #BA9980;
    font-size: 19px;
}

.card-gallery.image-gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem;
}

.checklist {
    width: 100%;
    border: 1px solid #cfcfcf;
}

.card-gallery > * {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.card-gallery.image-gallery > a > img {
    margin-bottom: .65em;
}

img.animated {
    -webkit-transform: translateX(-10px) translateZ(0);
    transform: translateX(-10px) translateZ(0);
    transition: .45s ease;
    width: calc(100% + 10px);
    max-width: initial;
}

.check-btn {
    border: 1px solid #d4bba4;
    background: #d4bba4;
    color: #FFF;
    padding: 2px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
    .video-wrapper {
        max-height: unset !important;
        height: 600px;
    }

    .video-wrapper video {
        -moz-transform:scale(2.6);
        -webkit-transform:scale(2.6);
        -o-transform:scale(2.6);
        -ms-transform:scale(2.6);
        transform:scale(2.6);
    }

    .hamburger {
        position: relative;
        top: 15px;
        right: 10px;
    }

    .check-btn {
        margin-top: 8px;
    }

    .mobile-pad {
        padding-top: 10px;
    }

    .mobile-center {
        text-align: center;
    }
}