.hotspot-screen{
    position: relative;
}
.hotspot-screen .hotspot-panel {
    position: absolute;
}
.hotspot-screen .hotspot-btn {
    position: absolute;
    width: 100px;
    height: 30px;
    border: 0.2em solid #0460A9;
    border-radius: 0.1em;
}
.hotspot-screen .hotspot-btn.hover,
.hotspot-screen .hotspot-btn.current {
    border-color:#023761;
}
.hotspot-screen .hotspot-pop {
    position: absolute;
    width: auto;
    height: auto;
    display: none;
    z-index: 1;
    min-width: 150px;
}
.hotspot-screen .hotspot-pop .popup-content-box{
    position: relative;
    padding: 0em;
}
.hotspot-screen .hotspot-pop .popup-content-box{
    background-color:#023761;
	color: #fff;
    padding: 1em;
    text-align: start;
}

.hotspot-screen .hotspot-pop.left .popup-content-box{
    text-align: end;
}
.hotspot-screen .hotspot-pop .hotspot-arrow{
    position: absolute;
    z-index: 1;
    color: #023761;
    height: 18px;
    width: 18px;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
}
.hotspot-screen .hotspot-pop.arrow-top .hotspot-arrow,
.hotspot-screen .hotspot-pop .hotspot-arrow.arrow-top{
    left: 50%;
    right: auto;
    bottom: auto;
    top: -14px;
    margin-inline-start: -7px;
}
.hotspot-screen .hotspot-pop.arrow-left .hotspot-arrow,
.hotspot-screen .hotspot-pop .hotspot-arrow.arrow-left{
    left: -14px;
    right: auto;
    bottom: auto;
    top: 50%;
    margin-top: -7px;
}
.hotspot-screen .hotspot-pop.arrow-right .hotspot-arrow,
.hotspot-screen .hotspot-pop .hotspot-arrow.arrow-right{
    left: auto;
    right:-17px;
    bottom: auto;
    top: 50%;
    margin-top: -7px;
}
.hotspot-screen .hotspot-pop.arrow-bottom .hotspot-arrow,
.hotspot-screen .hotspot-pop .hotspot-arrow.arrow-bottom{
    left: 50%;
    right: auto;
    bottom: -16px;
    top: auto;
    margin-inline-start: -7px;
}
.hotspot-screen .img-scroll-panel {
    position: absolute;
    width: 100%;
    height: 410px;
    padding: 0.0em;
    background-color: #fff;
}
.hotspot-screen .img-scroll-panel .scroll-parent{
    height: 360px;
}