.big-link-box:hover .left-big-box, .big-link-box:hover .bimg {
    transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
}
.big-link-box:hover .link-text, .link-text-mobi {display: none;}

.big-link-box:hover .left-big-box:after, .big-link-box:hover .bimg:after {
    background: none;
}
.left-big-box:after, .bimg:after{background: none; }

a.big-link-box{cursor: pointer;}

@media all and (max-width: 860px){

.left-big-box {
    min-height: 300px;
    position: relative;
}

.homepromobox-signpost-bgimg {
    min-height: 300px;
    position: relative;
}

}


@media all and (max-width: 460px){

.left-big-box {
    min-height: 280px;
    position: relative;
}

.homepromobox-signpost-bgimg {
    min-height: 280px;
    position: relative;
}

}


@media all and (max-width: 360px){

.left-big-box {
    min-height: 280px;
    position: relative;
}

.homepromobox-signpost-bgimg {
    min-height: 280px;
    position: relative;
}

}