.threesixty-image-rotate {
    background: #000;
}

.threesixty-image-rotate .loading-spinner {
    display: block;
    position: absolute;
    z-index: 10000;
    background: #FFFFFF;
    opacity: 0.5;
}

.threesixty-image-rotate .loading-spinner:after {
    display: block;
    background-image: url("../images/icons/loading.gif");
    background-size: contain;
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100001;
}

.threesixty-image-rotate .images-display:hover {
    cursor: grab;
}

/* .threesixty-image-rotate .images-display .images-list {
    margin: 0;
    padding: 0;
    list-style: none;
} */

/* Ishfaak  */
.threesixty-image-rotate .images-display .images-list {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  min-height: 100vh; 
}

.threesixty-image-rotate img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain; 
    /* transform: translateX(-46%); */
}
/* Ishfaak  */

.threesixty-image-rotate .images-display .images-list .images-display {
    display: none;
}

/* look */
/* .threesixty-image-rotate .images-display .images-list .images-display img {
    width: 100%;
    height: auto;
} */
/* look */

.active {
    display: block !important;
}

.threesixty-image-rotate .navigation-bar-wrapper {
    margin: 15px auto;
    text-align: center;
    padding-bottom: 20px;
    top: 0px;
    position: absolute;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar {
    width: 209px;
    margin: auto;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar div {
    width: 42px;
    height: 42px;
    display: inline-block;
    margin: 5px;
    background-size: contain;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar div:hover {
    cursor: pointer;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-next {
    background-image: url("../images/icons/next.png");
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-previous {
    background-image: url("../images/icons/previous.png");
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-play {
    background-image: url("../images/icons/play.png");
}

.navigation-bar-stop {
    background-image: url("../images/icons/stop.png") !important;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-resize {
    background-image: url("../images/icons/large-size.png");
}

.navigation-bar-resize-small-icon {
    background-image: url("../images/icons/small-size.png") !important;
}

/* Ishfaak New my look */
.threesixty-image-rotate img {
    width: 100%;
    height: auto;
    display: block;
}

.threesixty-image-rotate {
    width: 100% !important;
    height: auto !important;
    max-height: auto !important;
    max-width: 1589px !important; 
    aspect-ratio: 1589 / 659 !important;
    position: relative !important;
    margin: 0 auto !important;
    overflow: hidden;
}
@media (max-width: 768px) {
    .threesixty-image-rotate {
      height: 63vh !important; 
      max-height: none !important; 
    }
    .threesixty-image-rotate img {
        transform: translateX(-10%);
    }
}
@media (max-width: 540px) {
    .threesixty-image-rotate {
      height: 50vh !important;
      max-height: none !important;
    }
    .threesixty-image-rotate img {
        transform: translateX(-46%);
    }
}
/* Ishfaak New my look */


/* @media screen and (max-width: 991px) {
    .active {
        display: block !important;
    }

    .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar {
        width: 100px;
        margin: auto;
    }

    .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-resize {
        display: none;
    }
} */

