.title-box
{
    width: 100%;
    /*padding: 25px 10px 10px 10px;*/
    /*height: 22vh;*/
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(180deg, var(--exhibitor-bg-title-start), var(--exhibitor-bg-title-end));
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.title-flag
{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 9vw;
    height: 9vw;
    cursor: pointer;
    z-index: 99;
    max-width: 80px;
    max-height: 80px;
    z-index: 999;
}

.title-flag img
{
    width: 100%;
    height: 100%;
}

.title-bookmarks-box
{
    position: absolute;
    left: 7px;
    top: 10px;
    width: 9vw;
    height: 9vw;
    cursor: pointer;
    z-index: 99;
    max-width: 60px;
    max-height: 4vh;    
    display: none;
}

.title-bookmarks-box .title-bookmarks
{
    height: 100%;
    width: 100%;
}

.title-bookmarks-box .title-bookmarks:before
{
    font-family: "Font Awesome 6 Free";
    content: '\f005';
    font-weight: normal;
    font-size: 4vh;
}

.title-bookmarks-box .title-bookmarks.title-bookmarks-selected:before
{
    font-weight: bold;
}

.title-bookmarks-list-box
{
    position: absolute;
    left: 7px;
    top: 50px;
    width: 9vw;
    height: 9vw;
    cursor: pointer;
    z-index: 99;
    max-width: 60px;
    max-height: 4vh;    
    display: none;
}

.title-bookmarks-list-box .title-bookmarks-list
{
    height: 100%;
    width: 100%;
    color: #7ACFE0;
}

.title-bookmarks-list-box .title-bookmarks-list:before
{
    font-family: "Font Awesome 6 Free";
    content: '\f03a';
    font-weight: bold;
    font-size: 4vh;
}

.title-text
{
    position: relative;
    margin-top: 1vh;
    font-size: 4vh;
    font-weight: bold;
    color: white;
    margin-left: 7vw;
    margin-right: 7vw;
}

.title-booth
{
    position: relative;
    margin-top: 1.3vh;
    font-size: 2.5vh;
    color: white;
    margin-bottom: 20px;
}

.title-video
{
    width: 100%;
}

.title-exhibitor-name
{
    display: none;
}

.title-exhibitor-logo
{
    margin-top: 2.5vh;
    /*border: 1px solid gray;*/
    position: relative;
    margin-left: 20px;
    width: calc(100% - 40px);
    height: calc(10vh - 2.5vh);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.title-exhibitor-logo img
{
    height: 100%;
}

.title-exhibitor-description
{
    position: relative;
    text-align: center;
    font-size: 2.5vh;
    line-height: 3vh;
    margin: 3vh 0px 10px 0px;
    padding: 0px 20px 0px 20px;
    color: #555;
    /*height: calc(12vh - 30px);
    overflow-y: auto;*/
    margin-bottom: 15px;
}




