﻿
.chargeAppBanner {
	background: #FFF url(/National_Library/oe_/https://pti.org.il/img/banners/chargeAppBg.png) no-repeat center left/cover;
	padding-left: 395px;
	padding-right: 190px;
	height: 230px;
	width: 100%;
	display: table;
	text-align: center;
	font-size: 42px;
}
.chargeAppBannerTxt {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	color: #292c68;
	font-weight: 800;
	line-height: 1.1;
}
.chargeAppBannerTxt span {
	display: inline-block;
	white-space: nowrap;
}
.chargeAppBannerTxt .smaller {
	font-weight: 400;
	padding: 5px 20px;
	background: #f8e31b;
	border-radius: 20px;
	font-size: 24px;
	margin-top: 5px;
}
@media all and (max-width: 1080px) {
	.chargeAppBanner {
		height: auto;
		padding: 10px 10% 10px 32%;
		font-size: 4vw;
	}
	.chargeAppBannerTxt .smaller {
		font-size: 2.2vw;
	}
@media all and (max-width: 740px) {
	.chargeAppBanner {
		background-image: url(/National_Library/oe_/https://pti.org.il/img/banners/chargeAppBgSmall.png);
		background-size: contain;
		padding-right: 0;
		padding-left: 40%;
		font-size: 5vw;
	}
	.chargeAppBannerTxt .smaller {
		font-size: 3.2vw;
	}
}
@media all and (max-width: 430px) {
	.chargeAppBanner {
		font-size: 5.2vw;
	}

	.chargeAppBannerTxt .smaller {
		font-size: 4vw;
	}
}
