.heading {
    font-size: 24px;
    color: #a50b02;
    line-height: 1;
    font-weight: normal;
}

.heading.mb-50 {
    margin-bottom: 50px;
}

.mounting-description {
    font-family: 'PT Sans', sans-serif;
}

.mounting-description .m-d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 1560px) {
    .mounting-description .m-d {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.mounting-description .m-d .rect-img {
    display: block;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 8px;
}

@media screen and (max-width: 1560px) {
    .mounting-description .m-d .rect-img {
        display: none;
    }
}

.mounting-description .m-d .rect-img-mob {
    display: none;
}

@media screen and (max-width: 375.5px) {
    .mounting-description .m-d .rect-img-mob {
        display: block;
        position: absolute;
        left: 0;
        z-index: 1;
        top: 8px;
        height: calc(915px + 1vw);
    }

    .mounting-description .m-d .rect-img-mob img {
        height: calc(915px + 1vw);
    }
}

@media screen and (max-width: 360.5px) {
    .mounting-description .m-d .rect-img-mob {
        display: none;
    }
}

.mounting-description .m-d .text-wrapper {
    max-width: 906px;
    padding-left: 50px;
    z-index: 2;
}

@media screen and (max-width: 1560px) {
    .mounting-description .m-d .text-wrapper {
        max-width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 375px) {
    .mounting-description .m-d .text-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 360.5px) {
    .mounting-description .m-d .text-wrapper {
        position: relative;
    }

    .mounting-description .m-d .text-wrapper::after {
        display: block;
        content: '';
        border: 6px solid #ced4da;
        width: calc(100% + 1vw);
        height: calc(915px + 1vw);
        position: absolute;
        left: 0;
        top: 8px;
    }
}

@media screen and (max-width: 337.5px) {
    .mounting-description .m-d .text-wrapper::after {
        height: calc(930px + 1vw);
    }
}

.mounting-description .m-d .text-wrapper .t-header {
    font-size: 25px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 375.5px) {
    .mounting-description .m-d .text-wrapper .t-header {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.mounting-description .m-d .text-wrapper .t-header:after {
    position: absolute;
    display: block;
    content: '';
    background-color: #fff;
    height: 25px;
    width: 335px;
    top: 0;
    left: -10px;
    z-index: -1;
}

@media screen and (max-width: 375.5px) {
    .mounting-description .m-d .text-wrapper .t-header:after {
        width: 270px;
        left: 0;
    }
}

.mounting-description .m-d .text-wrapper .t-desc p {
    font-size: 16px;
    line-height: 1.5;
}

.mounting-description .m-d .text-wrapper .t-desc ul {
    list-style: none;
    padding-left: 16px;
}

@media screen and (max-width: 370.5px) {
    .mounting-description .m-d .text-wrapper .t-desc ul {
        padding-left: 0;
    }
}

.mounting-description .m-d .text-wrapper .t-desc ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 28px;
    position: relative;
    padding-left: 35px;
}

@media screen and (max-width: 370.5px) {
    .mounting-description .m-d .text-wrapper .t-desc ul li {
        padding-left: 20px;
        margin-bottom: 15px;
    }
}

.mounting-description .m-d .text-wrapper .t-desc ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    border: 2px solid #b5272e;
    position: absolute;
    left: 0;
    top: 5px;
}

.mounting-description .m-d .text-wrapper .t-desc ul li:last-child {
    margin-bottom: 0;
}

.mounting-description .m-d .img-wrapper {
    z-index: 2;
    max-width: 515px;
    width: 515px;
    max-height: 335px;
    height: 335px;
}

@media screen and (max-width: 560.5px) {
    .mounting-description .m-d .img-wrapper {
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        height: 100%;
        width: 100%;
    }

    .mounting-description .m-d .img-wrapper img {
        width: 100%;
    }
}

@media screen and (max-width: 375.5px) {
    .mounting-description .m-d .img-wrapper {
        margin-top: calc(50px + 1vw);
    }
}

@media screen and (max-width: 340.6px) {
    .mounting-description .m-d .img-wrapper {
        margin-top: 10px;
    }
}

.mounting-paragraph-text {
    padding-top: 104px;
    font-family: 'PT Sans', sans-serif;
}

@media screen and (max-width: 991.5px) {
    .mounting-paragraph-text {
        padding-top: 50px;
    }
}

@media screen and (max-width: 375.5px) {
    .mounting-paragraph-text {
        padding-top: 20px;
    }
}

.mounting-paragraph-text .row {
    margin-right: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1560px) {
    .mounting-paragraph-text .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.mounting-paragraph-text .row .paragraph {
    max-width: 690px;
}

@media screen and (max-width: 1560px) {
    .mounting-paragraph-text .row .paragraph {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .mounting-paragraph-text .row .paragraph:last-child {
        margin-bottom: 0;
    }
}

.mounting-paragraph-text .row .paragraph .p-heading {
    text-transform: none;
    font-size: 25px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 3px;
    min-height: 56px;
}

.mounting-paragraph-text .row .paragraph p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 24px;
}

.mounting-paragraph-text .row .paragraph p.italic {
    color: #ef000c;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
}

.mounting-paragraph-text .mpt-r {
    margin-top: 50px;
}

.mounting-paragraph-text .mpt-r p {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
}

.mounting-gallery {
    padding-top: 70px;
}

.mounting-gallery .object-gallery .gallery-modal {
    z-index: 90000;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog {
    max-width: 1535px;
    width: 1535px;
}

@media screen and (max-width: 1535.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog {
        width: 100%;
    }
}

@media screen and (max-width: 730.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog {
        margin: 0;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content {
    padding: 31px 31px 39px 41px;
}

@media screen and (max-width: 730.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content {
        padding: 15px;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border-bottom: 0;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-header .close {
    outline: none;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
}

@media screen and (max-width: 1350.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .mob-gallery {
    display: none;
}

@media screen and (max-width: 479.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .mob-gallery {
        display: block;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-left {
    max-width: 735px;
    position: relative;
}

@media screen and (max-width: 1350.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-left {
        max-width: 100%;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider {
    max-width: 735px;
   max-height: none;
    position: relative;
}

@media screen and (max-width: 1350.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider {
        max-width: 100%;
        max-height: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 479.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-navigation {
    position: absolute;
    bottom: 12%;
    width: 100%;
}

@media screen and (max-width: 479.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-navigation {
        bottom: unset;
        top: 12%;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-navigation .swiper-button-prev, .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-navigation .swiper-button-next {
    height: 70px;
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b5272e;
    top: 40%;
}

@media screen and (max-width: 479.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-navigation .swiper-button-prev, .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-navigation .swiper-button-next {
        height: 35px;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-navigation .swiper-button-prev {
    left: -10px;
}

@media screen and (max-width: 479.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-navigation .swiper-button-prev {
        left: 0;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-navigation .swiper-button-next {
    right: -10px;
}

@media screen and (max-width: 479.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-navigation .swiper-button-next {
        right: 0;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-navigation .swiper-button-prev:after, .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-navigation .swiper-button-next:after {
    display: none;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper {
    width: 100%;
    height: 100%;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-slide a[data-fancybox] {
    width: 100%;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-slide svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider body {
    background: #000;
    color: #000;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-slide {
    background-size: cover;
    background-position: center;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .mySwiper2 {
    height: 80%;
    width: 100%;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .mySwiper {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .mySwiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .mySwiper .swiper-wrapper .swiper-slide {
    height: auto;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .mySwiper .swiper-slide {
    width: 25%;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .mySwiper2 .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .mySwiper2 .swiper-wrapper .swiper-slide {
    height: 535px;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #b5272e;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description {
    font-family: 'PT Sans', sans-serif;
    max-width: 735px;
    margin-left: 25px;
}

@media screen and (max-width: 1350.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description {
        margin-left: 0;
        max-width: 100%;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .modal-title {
    font-size: 25px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}

@media screen and (max-width: 479.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .modal-title {
        margin-top: 20px;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .gallery-objDesc {
    font-size: 16px;
    line-height: 1.5;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .user-request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .user-request .user-header {
    font-size: 25px;
    line-height: 1;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .user-request .user-request-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1535.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .user-request .user-request-desc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .user-request .user-request-desc .user-video {
    max-width: 245px;
    max-height: 190px;
}

@media screen and (max-width: 1535.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .user-request .user-request-desc .user-video {
        max-width: 100%;
        max-height: 100%;
        height: 350px;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .user-request .user-request-desc .user-text-to-video {
    font-size: 16px;
    line-height: 1.5;
    max-width: 432px;
    margin-left: 24px;
    color: #000;
}

@media screen and (max-width: 1535.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .user-request .user-request-desc .user-text-to-video {
        max-width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 1350.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .user-request .user-request-desc .user-text-to-video {
        margin-top: 20px;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .works-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .works-description .work-header {
    font-size: 25px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .works-description .works-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 41px;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .works-description .works-wrapper .work-link {
    padding: 16px 30px;
    color: #b5272e;
    border: 1px solid #b5272e;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

@media screen and (max-width: 400.5px) {
    .mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .works-description .works-wrapper .work-link {
        padding: 16px 20px;
    }
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .works-description .works-wrapper .work-link.choose-link {
    color: #4c4c4c;
    border: 1px solid #4c4c4c;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .works-description .works-wrapper .work-link.choose-link:hover {
    background-color: #4c4c4c;
    color: #fff;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .works-description .works-wrapper .work-link:last-child {
    margin-right: 0;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-body .gallery-slide-description .works-description .works-wrapper .work-link:hover {
    background-color: #b5272e;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mounting-gallery .object-gallery .gallery-modal .modal-dialog .modal-content .modal-footer {
    padding: 0;
    border-top: 0;
    margin-top: 17px;
}

.mounting-gallery .object-gallery .objects-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.mounting-gallery .object-gallery .objects-row .card-link {
    color: #000;
    text-decoration: none;
    margin-left: 0;
    margin-bottom: 45px;
}

.mounting-gallery .object-gallery .objects-row .card-link:hover {
    color: #000;
    text-decoration: none;
}

.mounting-gallery .object-gallery .objects-row .card-link .object-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mounting-gallery .object-gallery .objects-row .card-link .object-card .img-wrapper {
    position: relative;
    z-index: 1;
    min-height: 200px;
}

.mounting-gallery .object-gallery .objects-row .card-link .object-card .img-wrapper:hover {
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.mounting-gallery .object-gallery .objects-row .card-link .object-card .img-wrapper img {
    width: 100%;
    min-height: 200px;
    z-index: 1;
}

.mounting-gallery .object-gallery .objects-row .card-link .object-card .img-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 5px;
    background-color: #b5272e;
    z-index: 2;
}

.mounting-gallery .object-gallery .objects-row .card-link .object-card .text-wrapper {
    padding: 0 10px;
}

.mounting-gallery .object-gallery .objects-row .card-link .object-card .text-wrapper .t-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-top: 14px;
    margin-bottom: 14px;
}

.mounting-gallery .object-gallery .objects-row .card-link .object-card .text-wrapper .t-address {
    font-size: 15px;
    font-style: italic;
    line-height: 1;
    color: #999999;
}

.gallery-slide-video a {
    display: block;
}
.gallery-slide-video {
    margin:20px 0 0;
}
@media screen and (max-width: 1350.5px){
    .gallery-slide-video {
        margin:20px 0;
    }
}
.gallery-slide-video iframe{
    height: 400px;
}
@media screen and (max-width: 1350.5px){
    .gallery-slide-video iframe{
        height: Max(50vw, 200px);
    }
}
.gallery-slide-video::selection{
    background-color: transparent;
    color: #000;
}
.gallery-slide-video a::selection{
    background-color: transparent;
    color: #000;
}
.gallery-slide-video iframe::selection{
    background-color: transparent;
    color: #000;
}
