﻿#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;
}