#krpanoSWFObject {
    position: absolute !important;
}
#tourDIV svg{
	display: none !important;
}

/* VIRTUAL TOUR */
.tour-controls-container {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 5;
    border-radius: 50%;
    background-color: rgb(250, 250, 250);
    bottom: 16px;
    right: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tour-controls-container:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(250, 250, 250);
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 5;
    cursor: default;
}
.tour-controls-container i {
    font-size: 18px;
    color: #777;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: absolute;
}
.tour-controls-container i:hover {
    background-color: #EFEFEF;
    color: #444;
}
.tour-controls-container i.tour-top {
    left: 0;
    top: 0;
    border-top-left-radius: 100%;
}
.tour-controls-container i.tour-top:before {
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tour-controls-container i.tour-bottom {
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 100%;
}
.tour-controls-container i.tour-bottom:before {
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tour-controls-container i.tour-left {
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 100%;
}
.tour-controls-container i.tour-left:before {
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tour-controls-container i.tour-right {
    top: 0;
    right: 0;
    border-top-right-radius: 100%;
}
.tour-controls-container i.tour-right:before {
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tour-zoom-container {
    position: absolute;
    right: 16px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 28px;
    background-color: rgb(250, 250, 250);
    z-index: 5;
    text-align: center;
}
.tour-zoom-container i {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #DCDCDC;
    background-color: rgb(250, 250, 250);
    cursor: pointer;
    font-size: 20px;
    color: #777;
}
.tour-zoom-container i:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.tour-zoom-container i:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: none;
}
.tour-zoom-container i:hover {
    background-color: #EFEFEF;
    color: #444;
}

.tour-autoplay-container {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    z-index: 5;
    border-radius: 50%;
    background-color: rgb(250, 250, 250);
    bottom: 10px;
    left: 10px;
    color: #777;
    cursor: pointer;
}
.tour-autoplay-container:hover {
    background-color: #EFEFEF;
    color: #444;
}

.cursorMoveMode.media-container,
#panoDIV {
    cursor: move;
}
/* /VIRTUAL TOUR */

body[data-content-pos="center"] .panel-control[data-adjust-pos="left"] {
    display: block;
}
body[data-content-pos="center"] .panel-control[data-adjust-pos="right"] {
    border-top: 1px solid #DCDCDC !important;
}
@media screen and (max-aspect-ratio: 1/1) {
    body[data-content-pos="center"] .panel-control[data-adjust-pos="right"] {
        border-top: none !important;
        border-left: 1px solid #DCDCDC !important;
    }
}
