.contestgMobile {
Display:none;
}
.contestg {display:block; }
 @media only screen and  (min-width: 1025px) {
.contestg {
 background: url("img/Websitebanner1140W.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); 

 cursor: pointer;
 min-height: 203px;	
 max-width: 1140px;
 background-size: 100% auto;
 width: 100%;
 height:100%;
}

.contestbanner
{
	position: relative;
	cursor:pointer;
	cursor:hand;
}
.contestbanner > img{
    width: 100%;
    height: auto;
}

}

@media only screen and  (max-width: 1024px) and (min-width: 769px) {/* STYLE */
.contestg {
background: url("img/Websitebanner1024W.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); 
 cursor: pointer;
 min-height: 203px;
max-width: 1024px;
background-size: 100% auto;
height:100%;
 width: 100%;}
.contestgMobile {
display:none;
}
}
@media only screen and  (max-width: 768px) and (min-width: 481px) {/* STYLE */

.contestg {
 background: url("img/Websitebanner768W.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); 
 cursor: pointer;
 min-height: 206px;
max-width: 768px;
background-size: 100% auto;
 width: 100%;
 height:100%;
}
.contestgMobile {
Display:none;
}
}
@media only screen and (max-width: 480px) {
.contestg {
Display:none;
}
.contestbanner{display:none;}
.contestgMobile {
Display:block !important;
 width:100%;
max-width:480px;
height:auto;

}
.contestgMobile img {
width:100%;
max-width:480px;
height:auto;
}

}
 