﻿#test_4 {
    width: 160px;
    height: 145px;
    position: absolute;
    left: 32%;
    top: 17%;
}

@media screen and (max-width: 1240px) {
    #test_4 {
        width: 67% !important;
        height: 39% !important;
        left: 33%;
        top: 14%;
    }
}

#test_4.fc24 {
    width: 85% !important;
    height: 51% !important;
    left: 15%;
    top: 14%;
}

#test_4.sliderStats {
    width: 90% !important;
    height: 72% !important;
    left: 5%;
    top: 10%;
}

#f_1, #test_4, #test_img {
    display: none;
}

.autocomplete-list {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
}

.autocomplete-item {
    padding: 8px 10px;
    cursor: pointer;
}

    .autocomplete-item:hover {
        background: #eee;
    }