/* ============================================================
   PANORAMIC SECTION
============================================================ */
.panoramic-image-sec {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden !important;
}

.panoramic-image-sec .panoramic-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.panoramic-image-sec .img-with-animation-wrap,
.panoramic-image-sec .hover-wrap-inner {
    height: 100%;
    max-width: none !important;
}

.panoramic-image-sec img {
    display: block;
    width: 180%;
    max-width: none !important;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    margin: 0;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* ============================================================
   TITLE
============================================================ */
.panoramic-image-title {
    position: absolute !important;
    top: 57px;
    left: 36px;
    right: 6%;
    z-index: 8;
    margin: 0;
    font-family: Reckless;
    font-weight: 400;
    pointer-events: none;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: break-word;
}

/* ============================================================
   PROGRESS
============================================================ */
.panorama-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 98px;
    z-index: 10;
    height: 70px;
    display: flex;
    align-items: center;
}

.panorama-progress-line {
    position: relative;
    width: calc(100% - 42px);
    height: 2px;
    margin: 0 auto;
    background: #f5f5f5;
    cursor: pointer;
}

.panorama-progress-line::before,
.panorama-progress-line::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 70px;
    background: #f5f5f5;
    transform: translateY(-50%);
}

.panorama-progress-line::before {
    right: 0;
}

.panorama-progress-line::after {
    left: 0;
}

.panorama-progress-dot {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.95);
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    cursor: grab;
    z-index: 20;
}

.panorama-progress-dot:active {
    cursor: grabbing;
}

/* ============================================================
   1000PX - 1299PX
============================================================ */
@media only screen and (min-width: 1000px) and (max-width: 1299px) {
    .panoramic-image-title {
        font-size: 70px !important;
        line-height: 75px !important;
    }

    .panorama-progress {
        bottom: 60px;
        height: 40px;
    }

    .panorama-progress-line::before,
    .panorama-progress-line::after {
        height: 40px;
    }

    .panorama-progress-dot {
        width: 23px;
        height: 23px;
    }
}

/* ============================================================
   MAX 999PX
============================================================ */
@media only screen and (max-width: 999px) {
    .panoramic-parent-row {
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        overflow: hidden !important;
    }

    .panoramic-parent-row > .span_12 {
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
        align-items: stretch !important;
    }

    .panoramic-parent-row > .span_12 > .vc_column_container {
        height: 500px !important;
        min-height: 0 !important;
        max-height: 500px !important;
    }

    .panoramic-parent-row .vc_column-inner,
    .panoramic-parent-row .wpb_wrapper {
        height: 500px !important;
        min-height: 0 !important;
    }

    .panoramic-image-sec {
        position: relative;
        width: 100% !important;
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
        overflow: hidden !important;
        white-space: normal !important;
    }

    .panoramic-image-sec .panoramic-image-wrap {
        position: relative;
        width: 100% !important;
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
        overflow: hidden !important;
    }

    .panoramic-image-sec .img-with-animation-wrap,
    .panoramic-image-sec .hover-wrap-inner {
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
        max-width: none !important;
        overflow: visible !important;
    }

    .panoramic-image-sec img {
        display: block !important;
        max-width: none !important;
        height: 500px !important;
        margin: 0 !important;
        padding: 0 !important;
        object-position: left center;
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .panorama-progress {
        bottom: 40px;
        height: 40px;
    }

    .panorama-progress-line {
        cursor: default;
    }

    .panorama-progress-line::before,
    .panorama-progress-line::after {
        height: 40px;
    }

    .panorama-progress-dot {
        width: 23px;
        height: 23px;
        cursor: grab;
        touch-action: none;
        -ms-touch-action: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
    }

    .panorama-progress-dot:active {
        cursor: grabbing;
    }
}

/* ============================================================
   MAX 690PX
============================================================ */
@media only screen and (max-width: 690px) {
    .panoramic-image-title {
        top: 10%;
        left: 5%;
        right: 5%;
    }

    .panorama-progress {
        bottom: 40px;
    }
}