.tf-map-screen-wrap {
    position: absolute;
    height: 30px;
    width: 200px;
    left: 50%;
    bottom: 0;
    margin-left: -100px;
}

.tf-map-screen {
    position: absolute;
    z-index: 1;
    height: 230px;
    width: 300px;
    left: 50%;
    bottom: 0;
    margin-left: -150px;
}

.tf-map-screen-body {
    position: relative;
    background-color: black;
    /*height: 80%;*/
    height: 150px;
    width: 100%;
    border: 3px solid #606060;
}

.tf-map-screen-content {
    background-color: black;
    width: 100%;
    height: 100%;
}

.tf-map-screen-footer {
    position: relative;
    /*height: 20%;*/
    height: 80px;
    width: 100%;
}

@media only screen and (max-width: 500px) {
    /*.tf-map-screen-body {
        height: 70%;
    }

    .tf-map-screen-footer {
        height: 30%;

    }*/
}

.tf-map-screen-footer-col {
    position: absolute;
    top: -2px;
    height: calc(100% + 10px);
    width: 15px;
    background-color: #404040;
    border: 2px solid #606060;
}

.tf-map-screen-footer-col-left {
    left: 10%;
}

.tf-map-screen-footer-col-right {
    right: 10%;
}

.tf-map-screen-control-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 30px;
    width: 100%;
    background-color: black;
    border-radius: 15px;
    border: 1px solid #606060;
}

.tf-map-screen-control-content {
    height: 100%;
}

.tf-map-screen-control-icon-wrap {
    height: 100%;
}

.tf-map-screen-control-icon-wrap > .btn {
    height: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: none !important;
    border: none !important;
    color: grey !important;
}

.tf-map-screen-control-icon-font {
    font-size: 12px !important;
}

.tf-map-screen-control-icon-font-play {
    font-size: 24px !important;
}
.tf-map-screen-content-object-menu{
    display: none;
}
.tf-map-screen-content-object:hover .tf-map-screen-content-object-menu {
    display: inline-block;
}