.modal.for-promo-banner {
	font-family: "larsseitregular","sans-serif"
}
.modal.for-promo-banner .modal-content {
	background: #3faffa;
	position: relative;
}
.modal.for-promo-banner .modal-content .banner {
	color: white;
	display:table;
	width: 100%;
    height: 100%;
}
.modal.for-promo-banner .modal-content .banner-part {
	display: table-row;
}
.modal.for-promo-banner .modal-content .banner-part > div {
	display: table-cell;
	vertical-align: middle;
}
.modal.for-promo-banner .title {
	font-size: 40px;
	letter-spacing: 4px;
}
.modal.for-promo-banner .blurb {
	font-size: 19px;
    font-family: larsseitlight;
    letter-spacing: 1px;
    line-height: 33px;
    font-weight: 100;
    padding: 20px 30px;
    max-width: 375px;
	margin: auto;
}
.modal.for-promo-banner .get-btn {
	text-transform: uppercase;
    font-size: 15px;
    font-family: larsseitbold;
    color: #3faffa;
    background-color: #fff;
    padding: 20px 5px;
    text-decoration: none;
    letter-spacing: 3px;
    display:block;
    width:195px;
    margin: 20px auto;
}
.modal.for-promo-banner a:hover {
	text-decoration:none;
}
.modal.for-promo-banner .later-btn {
	font-size: 16px;
	color: #fff;
	margin: 25px auto;
	display: inline-block;
	font-weight: 100;
    font-family: larsseitlight;
    box-sizing: border-box;
    padding-bottom: 1px;
}
.modal.for-promo-banner .later-btn:hover {
	border-bottom: 1px solid #fff;
	padding-bottom: 0;
}
.modal.for-promo-banner .banner-top {
	height:60%;
}
.modal.for-promo-banner .banner-bottom {
	height:40%;
}
.modal.for-promo-banner .banner-bottom > div {
	background-size: contain;
	
	background-repeat: no-repeat;
}
.modal.for-promo-banner.tablet .banner-bottom > div {
	background-position: right bottom;
}
.modal.for-promo-banner.phone .banner-bottom > div {
	background-position: center bottom;
}
.modal.for-promo-banner.en-gb.phone .banner-bottom > div {
	background-image: url('../../../img/app-promo-banner/en-gb-iphone-mail.png');
}
.modal.for-promo-banner.en-gb.phone.android .banner-bottom > div {
	background-image: url('../../../img/app-promo-banner/en-gb-android-mail.png');
}
.modal.for-promo-banner.en-gb.tablet .banner-bottom > div {
	background-image: url('../../../img/app-promo-banner/en-gb-tablet.png');
}

.modal.for-promo-banner.de-de.phone .banner-bottom>div {
    background-image: url('../../../img/app-promo-banner/de-de-iphone-mail.png')
}
.modal.for-promo-banner.de-de.phone.android .banner-bottom>div {
    background-image: url('../../../img/app-promo-banner/de-de-android-mail.png')
}
.modal.for-promo-banner.de-de.tablet .banner-bottom>div {
    background-image: url('../../../img/app-promo-banner/de-de-tablet.png')
}

.modal.for-promo-banner.fr-fr.phone .banner-bottom>div {
    background-image: url('../../../img/app-promo-banner/fr-fr-iphone-mail.png')
}
.modal.for-promo-banner.fr-fr.phone.android .banner-bottom>div {
    background-image: url('../../../img/app-promo-banner/fr-fr-android-mail.png')
}
.modal.for-promo-banner.fr-fr.tablet .banner-bottom>div {
    background-image: url('../../../img/app-promo-banner/fr-fr-tablet.png')
}


.modal.for-promo-banner.phone .title {
	font-size: 32px;
	letter-spacing: 3px;
}
.modal.for-promo-banner.phone .blurb {
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 17px 25px;
	margin: auto;
}
.modal.for-promo-banner.phone .get-btn {
    font-size: 13px;
    padding: 17px 4px;
    letter-spacing: 2px;
    width:165px;
    margin: 17px auto;
}
.modal.for-promo-banner.phone a:hover {
	text-decoration:none;
}

.modal.for-promo-banner.phone .later-btn {
	font-size: 11px;
	margin: 17px auto;
}


@media only screen and (max-width: 320px) {
	.modal.for-promo-banner.phone .title {
		font-size:28px;
	}
}

@media screen and (orientation: landscape) {
	.modal.for-promo-banner .modal-content .banner-part {
		display:table-cell;
		vertical-align:middle;
		height:100%;
		width:50%;
	}
	.modal.for-promo-banner .modal-content .banner-part > div {
		width: 100%;
		display: block;
	}
	.modal.for-promo-banner .modal-content .banner-top {
		width:60%;
	}
	.modal.for-promo-banner .modal-content .banner-bottom {
		width: 40%;
	}
	.modal.for-promo-banner .modal-content .banner-bottom > div {
		height: 100%;
	}
}