.floating-banner {
    z-index: 601;
    position: fixed;
}

.floating-banner-desktop {
    right: 43px !important;
    bottom: 30px;
}

.floating-banner-mobile {
    right: 0 !important;
    bottom: 70px;
}

#chatplusview.closed.headless #outline #eye_catcher {
	bottom: 170px !important;
}

@media screen and (max-width:767px) {
	#chatplusview.closed.headless #outline #eye_catcher {
		bottom: calc(190px * var(--zoom)) !important;
	}
}

.floating-banner .floating-banner-img {
    max-width: 294px;
    max-height: 107px;
}

.floating-banner .floating-banner-img-mob {
    max-width: 60vw;
    max-height: 81px;
}

.floatingbanner-btn-close{
	z-index: 602;
	box-sizing:content-box;
	width:15px;
	height:20px;
	bottom:90%;
	right:0;
	padding:5px;
	background:transparent url("/etc.clientlibs/nissan/dealerhp/clientlibs/clientlibs-ja/resources/icons/btn-close2.svg") center/1em auto no-repeat;
	position:absolute;
}
