.footerbannerspace {
	background-color: #121212;
	height: 48px;
}
.footerbanner50_wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 63px;
     background: transparent;
	z-index: 99999;
}
.footerbanner50 {
	max-height: 90px;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent; /* Transparent background */
}
.footerbanner50 {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 99999;
        background-image: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/daa16847-39a4-4d39-79b0-9d18e72e4100/public);
    }
    .sticky-scrolled .footerbanner50 {
        height: 90px;
        background-image: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/daa16847-39a4-4d39-79b0-9d18e72e4100/public);
    }

    @media (min-width: 1725px) {
        .footerbanner50_wrapper {
          background: transparent !important;
      }
      }
/* @media (min-width: 900px) {
	.footerbanner50_wrapper:hover .footerbanner50 {
		height: 70px;
	    background-image: url("/goldenkey/gif/gif-w-static.png?v8");
		background-repeat: no-repeat;
		background-size: contain;
		background-color:transparent;
		background-position: center;
	
	}
	.footerbanner50_wrapper:hover {
	   background: #af080a;
	
	}
} */
@media (max-width: 646px) {
	.footerbanner50_wrapper {
        height: auto;
        padding: 8%;
		background-color:transparent;
    }
    .sticky-scrolled .footerbanner50, .footerbanner50 {
        height: auto;
		background-image: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/450f2b8e-cffc-4377-16e7-3eaf1e72f500/1200);
        padding: 8%;
		background-position: center bottom;
		background-size: contain;
    }
    .mob-contact-on .footerbanner50, .mob-favourite-on .footerbanner50, .mob-menu-on .footerbanner50, .mob-search-on .footerbanner50, .mob-menu-on .footerbanner50_wrapper {
        display: none;
      }
}