.high-tech-gallery.owl-carousel,
.high-tech-gallery.owl-carousel .owl-wrapper-outer,
.high-tech-gallery .owl-wrapper, .owl-item,
.high-tech-gallery .high-tech-gal-item {
    height: 100% !important;
}
.high-tech-gal-item {
    cursor: pointer;
}
.high-tech-gal-image {
    position: relative;
    padding-top: 65%;
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100% - 40px);
}
.high-tech-gal-icon {
    position: absolute;
    width: 95px;
    height: 95px;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    right: 0;
    padding-top: 12px;
}

.high-tech-gal-title {
    background-color: #7DC7C2;
    padding: 8px;
    text-align: center;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
}
.high-tech-gal-item:hover .high-tech-gal-title {
    background-color: #25AFB4;
}
.high-tech-gallery.owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    bottom: 41px;
    right: 0;
    padding: 10px;
    background: rgba(0,0,0,0.3);
}
.high-tech-gallery.owl-theme .owl-controls .owl-buttons div {
    height: 68px;
    line-height: 30px;
    width: 50px;
    border-radius: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.high-tech-gallery.owl-theme .owl-controls .owl-buttons div.owl-prev {
    border-right: 2px solid white;
}
#high-tech-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000000;
    background-color: white;
    overflow: hidden;
    transform: translateY(-100%);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#high-tech-popup.active {
    transform: translateY(0);
}
.high-tech-popup-container {
    position: relative;
}
.high-tech-popup-close {
    position: absolute;
    top: 20px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.high-tech-popup-car-image {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.high-tech-popup-right-content {
    height: 100vh;
    width: 160px;
    overflow-y: auto;
    overflow-x: hidden;
}
.high-tech-popup-right-item {
    margin-bottom: 20px;
}
.high-tech-popup-right-item:last-child {
    margin-bottom: 0;
}
.high-tech-popup-right-image {
    padding-top: 70%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.high-tech-popup-right .scrolltrack {
    right: -15px;
}
.high-tech-left {
    padding: 5em calc((100vw - 1530px) / 2);
}
.high-tech-gallery .owl-buttons {
    display: flex;
}
.gallery-show-icon {
    margin: auto;
    display: block;
}
.high-tech-popup-carousel .owl-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    background: #7DC7C1;
}
.owl-buttons {
    display: flex;
}
.high-tech-popup-carousel.owl-theme .owl-controls .owl-buttons div {
    height: auto;
    width: 25px;
    background-color: transparent;
    border-radius: 0;
    height: 80px;
    line-height: 30px;
    width: 56px;
    border-radius: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.high-tech-popup-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
    border-right: 1px solid white;
}
@media only screen and (max-width: 1550px) {
    .high-tech-left {
        padding-left: calc((100vw - 1420px) / 2);
        padding-right: calc((100vw - 1420px) / 2);
    }
}
@media only screen and (max-width: 1500px) {
    .high-tech-left {
        padding: 2em 25px;
    }
}
@media only screen  and (min-width: 1025px) and (max-width: 1366px) {
    .high-tech-popup-car-image {
        background-size: contain;
    }
}
@media only screen and (max-width: 1024px) {
    .high-tech-gallery.owl-carousel,
    .high-tech-gallery.owl-carousel .owl-wrapper-outer,
    .high-tech-gallery .owl-wrapper, .owl-item,
    .high-tech-gallery .high-tech-gal-item,
    .high-tech-gal-image {
        height: auto !important;
    }
    .high-tech-left {
        margin-bottom: 1em;
    }
    #high-tech-popup {
        overflow-x: hidden;
        overflow-y: auto;
    }
    .high-tech-popup-container {
        padding: 75px 0;
        display: flex;
        flex-flow: column;
        justify-content: center;
        min-height: 100vh;
    }
    .high-tech-popup-car-image {
        height: 65vw;
    }
    .high-tech-popup-right-content-phone {
        margin-top: 10px;
    }
    .high-tech-popup-carousel .owl-controls {
        display: none !important;
    }
}
@media only screen and (max-width: 769px) {
    .high-tech-left {
        padding: 1em 25px;
    }
    .high-tech-gal-icon {
        display: none;
    }
    .high-tech-gal-title {
        display: none;
    }
    .high-tech-gallery.owl-theme .owl-controls {
        position: static;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        padding: 0;
        background: transparent;
    }
    .high-tech-gallery.owl-theme .owl-controls .owl-buttons div {
        height: 27px;
        width: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto !important;
    }
    .high-tech-gallery.owl-theme .owl-controls .owl-buttons div.owl-prev {
        border-right: none;
        left: 10px;
    }
    .high-tech-gallery.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 10px;
    }

}