#customBillboardFull::-webkit-scrollbar {
	width:2px;
}

#customBillboardFull::-webkit-scrollbar-track {
	background-color:transparent;
}

#customBillboardFull.cs-default.image-slider .iframewrapper {
    height: 100vh;
}

#customBillboardFull.image-slider .iframewrapper {
    max-width: 100vw;
    width: 100vw;
}

#customBillboardFull.cs-default.text-modal .iframewrapper {
    height: 70vh;
}

#customBillboardFull.text-modal .iframewrapper {
    max-width: 50vw;
    width: 50vw;
}
@media(max-height:800px){
#customBillboardFull.cs-default.text-modal .iframewrapper {
    height: 80vh;
}
}

@media(max-height:700px){
#customBillboardFull.cs-default.text-modal .iframewrapper {
    height: 85vh;
}
}

@media(max-height:630px){
#customBillboardFull.cs-default.text-modal .iframewrapper {
    height: 90vh;
}
}
	
@media(max-width: 1200px){
	
#customBillboardFull.text-modal .iframewrapper {
    max-width: 80vw;
    width: 80vw;
}
	
}

@media(max-width: 850px){
	
#customBillboardFull.text-modal .iframewrapper {
    max-width: 90vw;
    width: 90vw;
}
	
}



#customBillboardFull.image-slider {
    left: 0;
}

#customBillboardFull.image-slider .billboard-content i.closetab {
    top: 10px;
    right: 10px;
}

#customBillboardFull.text-modal .customBillboardBG {
    border-radius: 30px !important;
}

#customBillboardFull.text-modal .billboard-content i.closetab {
    top: 10px !important;
    right: 10px !important;
}



div.customBillboard.image-slider .tag-media-content
{
    border-radius: 0px;
}


div.customBillboard.image-slider .tag-text-content,
div.customBillboard.image-slider .customBillboardBG {
    border-radius: 20px;
	border: 1.5px solid darkblue;
}


#customBillboardFull.cs-default.text-modal .iframewrapper,
div.customBillboard.text-modal .tag-text-content{
	border-radius: 30px;
    border: 1.5px solid darkblue;
}
.text-modal .tag-text-content,
.text-modal .tag-media-content,
.text-modal .customBillboard .customBillboardBG{
	background-color : transparent;
}

 .customBillboard .customBillboardBG{
	background-color : transparent !important;
}


.tag-description {
    position: absolute;
    opacity: 0;
    z-index: -99;
}
.tag-label {
    text-align: center;
    font-size: 14px;
	line-height: 28px;
    width: 100%;
    height: 30px;
}

.customBillboard.text-modal .tag-text-content {
	margin:0px 5px;
}

.text-modal .tag-text-content{
background-color: white !important;
}
.customBillboard.text-modal .tag-text-content .tag-label{
color: #000;
}

.image-slider .tag-text-content{
background-color: white !important;
}
.customBillboard.image-slider .tag-text-content .tag-label{
color: #000;
}

.customBillboard .tag-text-content .tag-label{
text-shadow:none;
}

#customBillboardPopup.text-modal{
    transform: scale(0);
    transition: transform 0ms, opacity 300ms;
}

#customBillboardPopup.text-modal.mouseout{
    transform: scale(0);
}

#customBillboardPopup.text-modal.ready{
    transform: translate(-100px, -90px);
}

#minimap.on {
	opacity:0.75;
	width : 350px;
}
#minimap.on:hover {
	opacity:1;
	width : 370px;
}
#win-size-grip{
	display:none !important;
	z-index: -99
}