#home4
{
	position: relative;
	height: 117vw;
	background: white;
	overflow: hidden;
}
#home4_handheld
{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 69.11vw;
}
#home4_handheld-mob
{
    display: none;
    position: absolute;
    right: 0;
	top: 294vw;
	width: 98vw;
	height: 168.8vw;
}
#home4_aeroplane
{
    display: block;
    position: absolute;
    left: 0;
    bottom: -3.8vw;
    width: 100vw;
    height: 36.6vw;
}
#home4_heading
{
    display: block;
    position: absolute;
    left: 7vw;
    bottom: 102.5vw; /* bottom-aligned to accommodate long translations */
    width: 43vw;
    font-size: 3vw;
    font-weight: 600;
    color: #123867;
    text-align: center;
    text-transform: uppercase;
    line-height: 0.9;
}
#home4_subheading, #home4_infolink
{
    display: block;
    position: absolute;
	font-family: calmetta, sans-serif;
    font-size: 1.5vw;
    font-weight: 400;
    color: #123867;
    text-align: center;
    line-height: 0.9;
/*    z-index: 4; */
}
#home4_infolink a, #home4_infolink a:hover
{
	color: #123867;
}
#home4_subheading
{
    left: 17vw;
    top: 11.5vw;
    width: 24vw;
}
#home4_infolink
{
    left: 17vw;
    top: 72vw;
    width: 24vw;
}
.home4_charity
{
    display: block;
    position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.2s;
}
.home4_charity:hover
{
	transform: scale(1.08);
}
#home4_charity_descriptions
{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	pointer-events: none;
}
.msg.home4_charity_desc
{
    width: 50vw;
    border-radius: 2.4vw;
    padding: 0.4vw;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: auto;
}
.msg.home4_charity_desc::after
{
    content: '✕';
    position: absolute;
    top: 1.2vw;
    right: 1.6vw;
    color: white;
}
.msg.home4_charity_desc .msg_inner
{
	width: calc(100% - 4.6vw);	
	border-width: 0.4vw;
	border-radius: 2vw;
	padding: 0 2vw 0 1.8vw;
}
.msg.home4_charity_desc .msg_inner img
{
	width: 18vw;
	height: 18vw;
	margin: 1vw 0;
	vertical-align: middle;
}
.msg.home4_charity_desc .msg_inner .desc_inner
{
    display: inline-block;
    vertical-align: middle;
	width: calc(95% - 20vw);
    padding-left: 5%;
}
.msg.home4_charity_desc .msg_inner p
{
	font-family: Balboa, Helvetica, Arial, "sans-serif";
	font-size: 1.9vw;
	text-transform: uppercase;
	text-align: left;	
}
.msg.home4_charity_desc .msg_inner p.sig
{
	font-family: calmetta, sans-serif;
	font-weight: normal;
    font-size: 1.4vw;
	text-transform: none;
}
.desc_inner a {
    color: white;
}

#home4_sc_animation
{
	position: absolute;
    left: 54vw;
    bottom: 13vw;
    width: 27vw;
    transform: rotate(12deg);
	box-shadow: 0 0 2vw #333
}
	
@media (max-width: 640px)
{
	#home4
	{
		position: relative;
		height: 529vw;
		background: white;
	}
	#home4_handheld { display: none; }
	#home4_handheld-mob { display: block; }
	#home4_heading
	{
		left: 5vw;
		bottom: 504vw; /* bottom-aligned to accommodate long translations */
		width: 90vw;
		font-size: 6vw;
	}
	#home4_subheading
	{
		left: 15vw;
		top: 17.9vw;
		width: 70vw;
		font-size: 4vw;
	}
	#home4_infolink
	{
		left: 25vw;
		top: 142vw;
		width: 50vw;
		font-size: 16px;
	}
	.msg.home4_charity_desc
	{
		width: 70vw;
		border-radius: 15px;
		padding: 3px;
	}
	.msg.home4_charity_desc::after
	{
		top: 8px;
		right: 10px;
	}
	.msg.home4_charity_desc .msg_inner
	{
		width: calc(100% - 31px);	
		border-width: 2.5px;
		border-radius: 12px;
		padding: 0 14px 0 12px;
	}
	.msg.home4_charity_desc .msg_inner img
	{
		width: 50vw;
		height: 50vw;
		margin: 6px 0;
	}
	.msg.home4_charity_desc .msg_inner .desc_inner
	{
		width: auto;
		padding: 0 4px;
	}
	.msg.home4_charity_desc .msg_inner p
	{
		font-size: 5vw;
	}
	.msg.home4_charity_desc .msg_inner p.sig
	{
		font-size: 4vw;
	}
	#home4_aeroplane
	{
		left: -71vw;
		width: 200vw;
		height: 73.2vw;
		bottom: -8vw;
	}
	#home4_sc_animation
	{
		left: 19vw;
		bottom: 14vw;
		width: 54vw;
		box-shadow: 0 0 4vw #333
	}	
}
