.old-site-overlay{
    height: 100%;
    border-bottom: 3px solid #fff;
    text-align: center;
    background: rgba(238,53,36,.8);
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
        display: none !important;
    opacity: 0;
}
.old-site-overlay p {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
  	width:80%;
  	line-height: 1.2;
  	margin:0 auto;
  	color: white;
    font-family: sans-serif;
    font-size: 4rem;
}
.old-site-overlay p a{
  text-decoration: underline;
}
.old-site-overlay .close-button-overlay{
	position: fixed;
	top:5px;
	right:24px;
	font-family: sans-serif;
	font-size: 3rem;
	color: white;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .old-site-overlay p {
    	font-size: 3rem;
	}
	.old-site-overlay .close-button-overlay{
		font-size: 4rem;
	}
}