.desktopbanner{
    width: 100%;
    height: 20%;
    bottom: 0%;
    background: url('../images/bannerBg.jpg');
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}
.bannerclose{
    right: 0.5%;
    width: 2.5%;
    top: 3%;
    z-index :9;
}
.newbanner{
    right: 12%;
    top: -5%;
    width: 7%;
}
.expand{
	width:100%;
	height:100%;
	bottom:0%;
	cursor:pointer;
}

.bannerTitle {
    width: 40%;
    left: 44.5%;
    top: -40%;
}

.bannerHeadText {
    width: 13%;
    top: 35%;
    left: 52%;
}

.bannerMessage {
    width: 10%;
    bottom: -2px;
    left: 53%;
}

.bannerCTA {
    width: 10%;
    top: 40%;
    left: 70%;
}