.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content > section {

}

.content section > .container,
.content section > .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/*

.video {
    position: relative;
    overflow: hidden;
    transition: ease-in-out .2s;
    min-height: 150px;
}
*/

#full-width-video.wrapper {
    padding: 0;
}

#full-width-video.wrapper .video {
    /*! padding: 160px 0; */
    min-height: 320px;
    margin-bottom: 0;
}

.video video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    transition: ease-in-out .2s;
}

.video video::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    content: "";
    background-color: black;
}


#full-width-video.wrapper video[poster] {
    display: inline-block;

    width: calc(100% + 400px);

    left: -200px;

    right: -200px;
}

.video::after {

    position: absolute;
    left: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
    transition: ease .2s;
    -webkit-transform: rotate(360deg)
}

.video:hover::before {
    background-color: #000;
}

.video:hover::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.video.playing img,
.video.playing::before,
.video.playing::after {
    display: none;
}

.spacing-small > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.spacing-medium > div {
    padding-top: 25px;
    padding-bottom: 25px;
}

.spacing-large > div {
    padding-top: 40px;
    padding-bottom: 40px;
}

.links .row {
    clear: both;
    margin: -15px;
}

.links .row > div {
    padding: 15px;
}

.row.files ul li {
    /*padding-left: 15px;*/
    /*margin-left: 15px;*/
    list-style-type: none;
}

.row.files ul li i {
    margin-right: 10px;
}

.row.list-style ul li {
    padding-left: 15px;
    margin-left: 15px;
    list-style-type: circle;
}

.designer-gal-img {
    padding: 10px !important;
}

.designer-gal-img img {
    width: 100% !important;
}

.sim-row {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.text-shadow {
    text-shadow: 1px 1px #373737;
}

.designer_heading_1 h2 {
    font-size: 40px;
}

.add-on-photo {
    width: auto !important;
}

.designer_add_ons .single-facility {
    min-height: 200px;
}

.designer_add_ons .add-on-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .designer_paralax_static_background .background.bg-img {
        min-height: 200px !important;
        background-position: center !important;
    }
}

@media screen and (max-width: 767px) {
    .designer_text_photo_2 .description-container {
        margin-left: unset !important;
    }

    .designer_gallery_2 .gallery-item {
        width: 50% !important;
    }
}

@media screen and (min-width: 768px) {
    .designer_text_photo img {
        max-width: 500px;
    }
    .designer_text_photo_2 .description-container {
        height: 100%;
        position: sticky;
        top: 136px;
    }
}

@media screen and (max-width: 576px) {
    .designer_add_ons .add-on-item .single-facility h5 {
        font-size: 17px;
        text-align: center;
    }

    .designer_add_ons .single-facility{
        display: flex;
        flex-direction: column;
    }

    .designer_add_ons .addon-text-side,
    .designer_add_ons .addon-photo-side{
        flex-grow: 1;
    }
}