#fullview_button{
    bottom: 18px;
    right: 20px;
    /* height: 32px; */
    /* width: 32px; */
    position: absolute;
    cursor: pointer;
    z-index: 9;
}
#fullview_button img{
    background-size: 100% 100%;
    width: 40px;
    height: 48px;
    border-radius: 48px;
}



/* Top Menu */
.topmenu_storyteller_mobile_stmt{
    /*position: absolute;*/
    width: 100%;
    /*height: 13.3vh;*/
    top: 0;
    /*background: #FFFFFF;*/
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30);*/
    /*display: flex;*/
}

.logo_storyteller_mobile_stmt{
    height: 40px;
    width: 120px;
    background-color:white;
    background-image: url('../images/icons/clientlogo.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: left;
    top: 2vh;
    position: absolute;
    left: 4vw;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.54);
    border-radius: 4px;
    /* display:none; */
}
#titleHolder_storyteller_mobile_stmt{
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    align-items: center;
    /* width: 19vw; */
    /*height: 9vh;*/
    top: 2vh;
    background: white;
    display: grid;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.54);
    border-radius: 4px;
    grid-template-columns: repeat(2, max-content);
    /*place-items: center;*/
    display:none;
}
.titleIcon_storyteller_mobile_stmt{
    height: 16px;
    width: 16px;
    background: #ed1d53;
    border-radius: 3px;
    margin-left: 23px;
}
#title_storyteller_mobile_stmt{
    font-size: 18px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0;
    /*height: 9vh;*/
    /*width: 34vw;*/
    padding: 2px 22px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
/* Left Menu */

.leftmenu_icon_storyteller_mobile_stmt {
    position: absolute;
    top: 1vh;
    right: 20px;
    height: 12vh;
    width: 8vw;
    /*z-index: 9998;*/
    cursor: pointer;
    background-image: url('../images/icons/Expand Copy.svg');
    background-size: 100% 100%;
    display:none;
}
.leftmenu_icon_clicked_storyteller_mobile_stmt{
    background-image: url('../images/icons/close menu.svg');
    position: absolute;
    top: 1vh;
    right: 20px;
    height: 12vh;
    width: 8vw;
    /*z-index: 9998;*/
    cursor: pointer;
    background-size: 100% 100%;
}
/*.leftmenu_icon_storyteller_mobile_stmt div{*/
/*cursor: pointer;*/
/*background-image: url('../images/icons/menu.svg');*/
/*background-size: 100% 100%;*/
/**/
/*}*/

.leftmenu_panel_storyteller_mobile_stmt {
    position: absolute;
    top: 13.4vh;
    right: 25px;
    /*bottom: 0px;*/
    width: 33%;
    background: #ffffff;
    /*font-size: 28px;*/
    color: #000000;
    /*text-transform: uppercase;*/
    letter-spacing: 1.5px;
    z-index: 1;
    font-size: 1.625rem;
    box-shadow: 0 4px 4px 2px rgba(0,0,0,0.30);
    border-radius: 3px;
}

.leftmenu_panel_header_storyteller_mobile_stmt {
    width: 100%;
    display: block;
    /* vertical-align: text-bottom; */
    min-height: 13vh;
    border-bottom: 1px solid grey;
    padding: 10px 5px;
    background: #ed1d53;
}

.leftmenu_panel_header_storyteller_mobile_stmt div {
    height: 30px;
    width: 33px;
    margin: auto 0;
    float: right;
    padding: 0 20px;
    cursor: pointer;
    background-image: url('../images/icons/Area-close.svg');
    background-size: 100% 100%;
}

.leftmenu_panel_header_storyteller_mobile_stmt span {
    margin: auto 0;
    padding: 0 10px;
    vertical-align: middle;
    color: #ffffff;

}
.leftmenu_panel_body_storyteller_mobile_stmt {
    width: 100%;
    /*display: flex;*/
    /*padding: 10px 0px;*/
    font-size: .9rem;
}

.leftmenu_panel_body_storyteller_mobile_stmt ul {
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    color: inherit;
}

.leftmenu_panel_item_storyteller_mobile_stmt {
    color: rgba(0,0,0,0.54);
    cursor: pointer;
    width: 100%;
    height: 13.3vh;
    min-height: 50px;
    padding: 0 0 0 20px;
    display: grid;
    align-items: center;
    font-size: 17px;
}

.leftmenu_panel_item_selected_storyteller_mobile_stmt {
    pointer-events: none;
    cursor: none;
    outline: none;
    /*font-size: 28px;*/
    color: #ed1d53;
}

.currentmenu_storyteller_mobile_stmt {
    position: absolute;
    top: 20px;
    left: 50px;
    color: white;
    letter-spacing: 2px;
    font-size: 1.25rem;
}

.minimap_icon_container_storyteller_mobile_stmt img {
    border: 10px solid rgba(47, 61, 44, 0.38);
}


.filter_item_button_storyteller_mobile_stmt {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 5px;
    border: 0;
    padding: 5px 0px;
    background: #121828ab;
}

.filter_item_button_storyteller_mobile_stmt img {
    height: 15px;
    width: 15px;
    margin: 0 3px;
}

.filter_item_button_storyteller_mobile_stmt span {
    margin: 0 5px;
}

.filter_item_button_storyteller_mobile_stmt ul {
    display: none;
    color: white;
    text-transform: uppercase;
    bottom: 35px;
    position: absolute;
    max-width: 200px;
    max-height: 200px;
    overflow-y: auto;
    text-align: left;
}

.filter_item_button_storyteller_mobile_stmt li {
    padding: 0 20px;
    background: #121828ab;
    color: #ffffff;
}

.filter_item_button_storyteller_mobile_stmt li:hover {
    color: white;
    background: #121828;
}

.filter_item_button_storyteller_mobile_stmt:hover ul {
    display: block;
}


/* St Popup */
/*
.st_popup_mobile {
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 999;
} */

.st_popup_mobile_stmt {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    padding: 5% 15%;
}

/* .st_popup_container_mobile {
    height: 240px;
    padding: 5px 10px;
    margin: 20px auto;
    width: 420px;
    background-color: #fff;
} */
.st_popup_container_mobile_stmt {
    padding: 5px 10px;
    background-color: #fff;
}

/* .st_popup_container_body_left_mobile {
    height: 150px;
    width: 100px;
    float: left;
} */

.st_popup_container_body_left_mobile_stmt {
    /* height: 150px; */
    width: 20%;
    float: left;
}

/* .st_popup_container_body_right_mobile {
    float: right;
    width: 300px;
    border-left: 1px solid #bebebe;
    height: 150px;
    overflow-y: hidden;
    overflow-x: hidden;
} */

.st_popup_container_body_right_mobile_stmt {
    float: right;
    width: 80%;
    border-left: 1px solid #bebebe;
    height: 60vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

/* .st_popup_panel_mobile {
    height: 150px;
    overflow-y: auto;
} */
.st_popup_panel_mobile_stmt {

    overflow-y: auto;
    height: 68vh;
}

.st_popup_container_header_mobile_stmt {
    height: auto;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
}

.st_popup_container_header2_mobile_stmt {
    height: 30px;
    margin: auto;
    background: #bebebe;
}

.st_popup_container_close_stmt {
    float: right;
    position: relative;
    background: #bebebe;
    padding: 5px;
    line-height: 10px;
    cursor: pointer;
    font-size: 1.25rem;
    margin: -5px -10px;
}

.st_popup_container_title_stmt {
    font-size: 0.9375rem;
    display: inline-block;
}

.st_popup_container_booknow_mobile_stmt {
    float: right;
    margin: 5px;
}

.st_menu_active_stmt {
    color: #ed1d53 !important;
}

.st_popup_container_booknow_button_mobile_stmt {
    background: #ed1d53;
    color: white;
    z-index: 501;
    letter-spacing: 1px;
    font-size: 0.75rem;
    padding: 0px 15px;
    line-height: 30px;
    height: 30px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.st_popup_container_price_stmt {
    float: left;
    margin: 10px;
}

.st_striked_mobile_stmt {
    font-size: 0.9375rem;
    text-decoration: line-through;
    margin: 0 5px;
}

.st_striked_mobile_stmt::before {
    content: "\f156";
}

.st_nonstriked_mobile_stmt {
    font-size: 1.25rem;
    margin: 0 5px;
}

.st_nonstriked_mobile_stmt::before {
    content: "\f156";
}

.st_popup_container_body_mobile_stmt {
    height: auto;
    width: 100%;
    display: inline-block;
}

.st_popup_container_body_left_mobile_stmt ul {
    overflow-y: auto;
    height: 100%;
    list-style: none;
    padding: 0;
}

.st_popup_container_body_left_mobile_stmt li {
    padding: 5px 10px;
    border-bottom: none;
    cursor: pointer;
}

.st_popup_container_body_left_mobile_stmt li a {
    font-size: 0.75rem;
    color: #858da0;
    text-decoration: none;
}

.st_popup_container_body_left_mobile_stmt li a:hover {
    color: #ed1d53;
}


/* Status Bar */

.status_bar_container_storyteller_mobile_stmt {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    font-size: 0.875rem;
    color: white;
    pointer-events: none;
    visibility: hidden;
}

.status_bar_container_header_storyteller_mobile_stmt {
    margin: auto;
    text-align: center;
    width: 150px;
    background: #2b363c;
    opacity: 0.6;
}

.status_bar_container_steps_storyteller_mobile_stmt {
    display: flex;
    margin: auto;
    width: 150px;
    background: #2b363c;
    opacity: 0.6;
    padding: 0 10px 5px 10px;
}

.status_bar_container_steps_storyteller_mobile_stmt div {
    width: 15px;
    height: 5px;
    background-color: white;
    margin: auto 5px;
}


/* Book Now Panel */

.st_popup_booknow_panel_mobile_stmt {
    position: absolute;
    width: 420px;
    height: 250px;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 5px;
    border: 5px solid grey;
    background: white;
    z-index: 999999;
}


.st_popup_booknow_panel_item_mobile_stmt{
    border-top: 1px solid grey;
    margin: 0 50px;
    display: flex;
}


.st_popup_booknow_panel_header_mobile_stmt{
    text-align: center;
    font-size: 0.625rem;
}
.st_popup_booknow_panel_disclaimer_mobile_stmt{
    text-align: center;
    font-size: 0.625rem;
}

.st_popup_booknow_panel_item_mobile_stmt div:first-child{
    width: 200px;
    font-weight: bold;
}

.st_popup_booknow_panel_item_mobile_stmt div:last-child{
    width: 200px;
}


.st_popup_booknow_panel_bottom_mobile_stmt{
    text-align: center;
}

.st_popup_booknow_cancel_mobile_stmt{
    margin: 5px 5px;
    padding: 0 15px;
    height: 35px ;
    background: black;
    color: white;
    text-transform: uppercase;
}

.st_popup_booknow_confirm_mobile_stmt{
    margin: 5px 5px;
    padding: 0 15px;
    height: 35px ;
    background: #ed1d53;
    color: white;
    text-transform: uppercase;
}

#new_Mobile_Dropup{
    align-items: center;
    position: absolute;
    left: 6vw;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    width: 29vw;
    height: 9vh;
    grid-auto-flow: column;
    display: grid;
    justify-items: center;
    bottom: 8vh;
}

.stmt_Mobile_new_dropbtn {
    font-size: 16px;
    border: none;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    color: rgba(0,0,0,0.87);
}
#stmt_Mobile_new_symbol{
    background: url("../images/icons/magiktour/Dropup.svg");
   align-self: center;
    width: 11px;
    height: 6px;
}
.stmt_Mobile_new_dropup-content {
    cursor: pointer;
    display: none;
    position: absolute;
    height: 100vh;
    width: 35.1vw;
    top: 0;
    color: rgba(0,0,0,0.54);
    z-index: 9999;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
	overflow-y: auto;
}
.stmt_Mobile_new_blocks_TitleHolder{
    display: grid;
    width: 35.1vw;
    grid-auto-flow: column;
    height: 13.3vh;
    background: #ed1d53;
    align-items: center;
}
.stmt_Mobile_new_blocks_Title{
    background: #ed1d53;
    opacity: 0.82;
    font-size: 18px;
    width: 25vw;
    height: 13.3vh;
    color: #FFFFFF;
    display: grid;
    align-items: center;
    padding: 0 0 0 20px;
}
.stmt_Mobile_new_blocks_Title_close{
    background-image: url("../images/icons/magiktour/Area-close.svg");
    height: 4.4vh;
    width: 2.4vw;
    background-size: 100% 100%;
}


.stmt_Mobile_new_blocks{
    width: 35.1vw;
    height: 13.3vh;
    /*padding: 10px 2px 1px 24px;*/
    overflow: hidden;
    color: rgba(0,0,0,0.54);
    text-overflow: ellipsis;
    font-size: 16px;
    display: grid;
    /*place-items: center;*/
    align-items: center;
    padding: 0 0 0 20px;
}
.stmt_Mobile_new_blocks div:hover {
    color:  #ed1d53;
}
.new_Mobile_Dropup_Hide{
    display: none;
}
.stmt_Mobile_new_show {
    display: block;
}

#MT_container_storyteller_mobile_stmt{
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100vh;*/
    /*top: 0;*/
    position: absolute;
    width: 100%;
    height: 23vh;
    bottom: 0vh;
}

#MT_close_storyteller_mobile_stmt{
    background-image: url("../images/icons/Closemt.svg");
    width: 6vw;
    height: 10.7vh;
    background-size: 100% 100%;
    /* float: right; */
    position:  absolute;
    right:  2vw;
    top: 4vh;
}


#MT_walkThrough_storyteller_mobile_stmt{
    background-image: url('../images/icons/magiktour/Walkthrough.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8vw;
    height: 12vh;
    border-radius: 48px;

    position: absolute;
    bottom: 5vh;
    right: 50vw;
}

#MT_drone_storyteller_mobile_stmt{
    background-image: url('../images/icons/magiktour/Drone.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;

    border-radius: 48px;

    position: absolute;
    bottom: 5vh;
    width: 8vw;
    height: 12vh;
    right: 40vw;}

#MT_expand_storyteller_mobile_stmt{
    background-image: url('../images/icons/magiktour/Expand.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8vw;
    height: 12vh;
    border-radius: 48px;
    position: absolute;
    bottom: 5vh;
    right: 3vw;
    display: none;
}

.minimap_icon_container_storyteller_mobile_stmt {
    background-image: url('../images/icons/magiktour/minimap.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8vw;
    height: 12vh;
    border-radius: 48px;
    position: absolute;
    bottom: 5vh;
    right: 13vw;
}

.stmt_walkthroughMobile_icon {
    background-image: url('../images/icons/magiktour/Walkthrough.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8vw;
    height: 12vh;
    border-radius: 48px;
    position: absolute;
    bottom: 5vh;
    right: 50vw;
	display:none;
}
.stmt_droneMobile_icon {
    background-image: url('../images/icons/magiktour/Drone.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8vw;
    height: 12vh;
    border-radius: 48px;
    position: absolute;
    bottom: 5vh;
    right: 40vw;
	display:none;
}
.stmt_analyticsMobile_icon {
    background-image: url('../images/icons/magiktour/Analytics.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8vw;
    height: 12vh;
    border-radius: 48px;
    position: absolute;
    bottom: 5vh;
    right: 10vw;
	visibility:hidden;
}


#filters_button_container_storyteller_mobile_stmt {
    background-image: url('../images/icons/magiktour/filter.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 8vw;
    height: 12vh;
    border-radius: 48px;
    position: absolute;
    bottom: 5vh;
    right: 23vw;
}

.filters_expanded_container_storyteller_mobile_stmt {
    left: 110px;
    bottom: 20px;
    display: flex;
    position: absolute;
    font-size: 0.75rem;
}

.new_Mobile_Dropup_thumbnailClass{
    align-items: center;
    position: absolute;
    left: 6vw;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    width: 29vw;
    height: 9vh;
    grid-auto-flow: column;
    display: grid;
    justify-items: center;
    bottom: 6vh;
}

.stmt_Mobile_new_dropbtn_thumbnail {
    font-size: 18px;
    border: none;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    color: rgba(0,0,0,0.87);
}
.stmt_Mobile_new_symbol_thumbnail{
    background: url("../images/icons/magiktour/Dropup.svg");
    align-self: center;
    width: 11px;
    height: 6px;
}
.stmt_Mobile_new_dropup-content_thumbnail {
    cursor: pointer;
    display: none;
    position: absolute;
    height: 100vh;
    width: 35.1vw;
    top: 0;
    color: rgba(0,0,0,0.54);
    z-index: 9999;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    overflow-y: scroll;
	overflow-x: hidden;
    text-overflow: ellipsis;
}
.stmt_Mobile_new_blocks_TitleHolder_thumbnail{
    display: grid;
    width: 35.1vw;
    grid-auto-flow: column;
    height: 13.3vh;
    background: #ed1d53;
    align-items: center;
}

.stmt_Mobile_new_blocks_thumbnail{
    width: 35.1vw;
    height: 13.3vh;
    /*padding: 10px 2px 1px 24px;*/
    overflow: hidden;
    color: rgba(0,0,0,0.54);
    text-overflow: ellipsis;
    font-size: 17px;
    display: grid;
    /*place-items: center;*/
    align-items: center;
    padding: 0 0 0 20px;
}
.stmt_Mobile_new_blocks_thumbnail div:hover {
    color:  #ed1d53;
}
.new_Mobile_Dropup_Hide_thumbnail{
    display: none;
}
.stmt_Mobile_new_show_thumbnail {
    display: block;
}
.stmt_Mobile_new_show_innerthumbnail {
    display: block;
}
.stmt_Mobile_new_blocks_Title_thumbnail{
    background: #ed1d53;
    opacity: 0.82;
    font-size: 20px;
    width: 25vw;
    height: 13.3vh;
    color: #FFFFFF;
    display: grid;
    align-items: center;
    padding: 0 0 0 20px;
}
.stmt_Mobile_new_blocks_Title_close_thumbnail{
    background-image: url("../images/icons/magiktour/Area-close.svg");
    height: 4.4vh;
    width: 2.4vw;
    background-size: 100% 100%;
    /* float: right; */
    /*position:  absolute;*/
    /*right:  2vw;*/
    /*top: 4vh;*/
}

#new_imageBlockContainer{
    height: 83vh;
    width: 28vw;
    background-size: 100% 100%;
    position:  absolute;
    right:  30%;
    bottom: 1vh;
}
.new_imagePrev{
    background-image: url("../images/icons/magiktour/next.svg");
    height: 12vh;
    width: 8vw;
    background-size: 100% 100%;
    position:  absolute;
    right:  2vw;
    top: 45%;
}
.new_imageNext{
    background-image: url("../images/icons/magiktour/previous- available copy 2.svg");
    height: 12vh;
    width: 8vw;
    background-size: 100% 100%;
    position:  absolute;
    left:  2vw;
    top: 45%;
}
.new_imageUp{
    background-image: url("../images/icons/magiktour/top- available.svg");
    height: 12vh;
    width: 8vw;
    background-size: 100% 100%;
    position:  absolute;
    left:  20px;
    top: 45%;
}
.new_imageDown{
    background-image: url("../images/icons/magiktour/bottom-available.svg");
    height: 12vh;
    width: 8vw;
    background-size: 100% 100%;
    position:  absolute;
    right:  20px;
    top: 45%;
}
.new_closeInnerThumbnail {
    position: absolute;
    top: 1vh;
    right: 20px;
    height: 12vh;
    width: 8vw;
    z-index: 9998;
    cursor: pointer;
    background-image: url('../images/icons/close menu.svg');
    background-size: 100% 100%;
}

/* Fading animation */

.new_imageBlock {
    height: 83vh;
    width: 28vw;
    background-size: 100% 100%;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.dropDownClassContainerMobile{
left: 40%;
bottom: 30px;
}

@-webkit-keyframes new_imageBlock {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes new_imageBlock {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}


/* Small devices (portrait tablets and large phones, 600px and up) */
/*@media only screen and (max-width: 600px) {*/
    /*html {*/
        /*font-size: 87.5%; !* This means 14px *!*/
    /*}*/
/*}*/

/* Medium devices (landscape tablets, 768px and up) */
/*@media only screen and (max-width: 768px) {*/
    /*html {*/
        /*font-size: 112.5%; !* This means 18px *!*/
    /*}*/
/*}*/

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .new_Mobile_Dropup_thumbnailClass{
        /*width: 230px;*/
        /*height: 60px;*/
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
    html, body {
        font-size: 87.5%; /* This means 14px */
    }
}

html, body {
    /*font-size: 100%; !* This means 16px *!*/
}
.stmt_Mobile_new_dropup-content_thumbnail::-webkit-scrollbar {
	width:0px
}
.leftmenu_panel_body_storyteller_mobile_stmt ul::-webkit-scrollbar {
    width: 0px;
}


#slidepopupcontainermobile{/*visibility: hidden;*/position: absolute;top: 0px;height: 100%;right: -300px;width: 160px;display: grid;grid-template-rows: 40px 1fr;z-index: 99999;}

#slidepopuptopbartextmobile{
font-size: 14px;
color: rgba(0,0,0,0.87);
text-transform: capitalize;
letter-spacing: 0.54px;

}
#slidepopuptopbarclosemobile{background-size: contain;width: 15.5px;height: 15.5px;align-self: center;margin-left: 10px;cursor: pointer;/* top: 1vh; */display: grid;background-repeat: no-repeat;background: url("../images/icons/magiktour/close.svg");}