@media (max-width:480px){
.banner-popup {
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display:none;
    z-index: 2147483647;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
}

.big-banner {
    background: rgba(0, 0, 0, 0) url("../images/festival.jpg") no-repeat scroll 0 0 / 100% 100%;
    text-align: center;
    height: 40%;
    width: 80%;
    position: absolute;
    left: 10%;
    top: 30%;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.close,.close:hover {
    background: #4d4d4d none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
    width: 30px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
}