.modal .logo {
    text-align: center;
}

.companyname, .productcategoriestitle, .gotobrand {
    font-weight: bold;
}

.companyinfo, .prcategoriessection, .gotobrand {
    margin-top: 15px;
}

.gotobrandbtn img {
    width: 36px;
    margin-left: 10px;
}

#mapbase {
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url("https://pida.fetchfind.com/img/pida.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
}

#mapwrapper {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0;
    background-color: transparent;
    min-width: 220px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#mapbase h1 {
    font-weight: bold; 
    color: white; 
    font-size: 3.5vh; 
    margin: 0;
    text-align: center;
}

#mapbase svg {
    max-height: 75vh;
    width: 100%;
    margin: 0;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}

#usjstip {
    font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
    display: none;
    max-width: 40%;
    padding: 5px;
    border: 1px solid #404040;
    color: #404040;
    z-index: 1000;
    float: left;
    position: absolute;
    background: rgba(265, 265, 265, 0.9);
    word-break: keep-all;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

#usjstip p {
    margin: 0 !important;
    color: #404040 !important;
}

#usjstip img {
    float: left;
    padding: 3px;
    max-width: 100%;
}

@media screen and (max-width: 320px) {
    #mapbase svg {
        /*height: 140px;*/
        height: 50vh;
    }
    #mapbase h1 {
        font-size: 6vw;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    #mapbase svg {
        /*height: 180px;*/
        height: 50vh;
    }
	#mapbase h1 {
        font-size: 6vw;
    }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
    #mapbase svg {
        /*height: 250px;*/
        height: 50vh;
    }
	#mapbase h1 {
        font-size: 6vw;
    }
}

@media screen and (max-width: 568px) and (min-width: 481px) {
    #mapbase svg {
        /*height: 290px;*/
        height: 50vh;
    }
	#mapbase h1 {
        font-size: 6vw;
    }
}

@media screen and (max-width: 685px) and (min-width: 569px) {
    #mapbase svg {
        /*height: 340px;*/
        height: 50vh;
    }
}

@media screen and (max-width: 767px) and (min-width: 686px) {
    #mapbase svg {
        /*height: 420px;*/
        height: 50vh;
    }
}

@media screen and (min-width: 768px) {
    #mapbase svg {
        height: 50vh;
    }
}
/*@media screen and (max-height: 400px) and (max-width: 800px) {
    #mapbase svg {
        height: 65%;
    }
	#mapbase {
    	background-image: url("https://pida.fetchfind.com/img/pida-landscape.png");
	}
}
*/
@media (min-aspect-ratio: 19/9) {
	#mapbase svg {
        height: 50vh;
    }
	#mapbase {
    	background-image: url("https://pida.fetchfind.com/img/pida-landscape.png");
		background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
		//display: none;
	}
}

/* THIS IS TO HIDE AN AREA IF NEEDED
#usjs2, #usjsvn2 {
  display: none;
}*/

.modal-content {

    width: 120% !important;

}