@media (min-width:651px){
	.advertisement.bottom-ad.scrolled:after{
		content:"X";
		position: absolute;
		display: block;
		border-top: none;
		border-top: solid 1px lightgrey;
		border-left: solid 1px lightgrey;
		border-right: solid 1px lightgrey;
		background-color: #F0F5F5;
		width: 30px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		font-size: .6rem;
		color: grey;
		margin: auto;
		float:right;
		bottom:95px;
		right: 0px;
		bottom:calc(100% - 5px)
	}
}

/* Mobile Only Tabs - Start */
@media (max-width:650px){
	.advertisement__ad.scrolledtop:after{
		content:"Close";
		position: absolute;
		display: block;
		border-top: none;
		border-bottom: solid 1px lightgrey;
		border-left: solid 1px lightgrey;
		border-right: solid 1px lightgrey;
		background-color: #F0F5F5;
		width: 100px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		font-size: .6rem;
		color: grey;
		margin: auto;
		float:right;
		right:0px;
		top:calc(100% - 13px)
	}

	.advertisement__ad.scrolledtop{
		background-color:transparent
	}

	.advertisement.middle3-ad.scrolled:before{
		content:"Close";
		position: relative;
		display:block;
		border-top: solid 1px lightgrey;
		border-left: solid 1px lightgrey;
		border-right: solid 1px lightgrey;
		float:right;
	}

	.advertisement.middle3-ad.scrolled{
		background-color:transparent
	}

	.advertisement.middle3-ad.scrolled a{
		float:right;
		margin: auto;
		width: 100%;
		background-color: #F0F5F5
	}
}
/* Mobile Only Tabs - End */