@charset "utf-8";
/* CSS Document */

	.astoundInsiderHomeTitle{
		margin-top:150px;
		text-align: center;
		margin-bottom:20px;
	}
	.astoundInsiderHome{
		margin-top:100px;
		margin-bottom:100px;
	}
	.astoundInsiderArticleContainer{
		background-color:#000;
		color:#fff;
		display: flex;
	}
	.aastoundInsiderArticle{
		flex: 1 1 0;
  		width: 0;
		
	}
	.astoundInsiderArticleImage{
		width:100%;
		padding-bottom:100%;
		background-size: cover;
		background-position: center;
		position: relative;
	}
	.astoundInsiderArticleText{
		position: absolute;
		bottom:0px;
		width:100%;
		height:100%;
		overflow:hidden;
	}
	.astoundInsiderArticleTextAbstract{
		position: absolute;
		bottom:0px;
		width:100%;
		padding-left:50px;
		padding-right:50px;
		padding-top:20px;
		padding-bottom:20px;
		height:90px;
		background-color: rgba(0,0,0,1);
		overflow: hidden;
	}
	.astoundInsiderArticleTextAbstract p{
		margin-bottom:0px;
	}
	.astoundInsiderArticleTextDetails{
		display:block;
		position: absolute;
		bottom:-60%;
	}
	.astoundInsiderArticle.active .astoundInsiderArticleTextDetails{
		height:60%;
		position: absolute;
		bottom:0%;
		width:100%;
		background-color: rgba(0,0,0,.8);
		padding:50px;
		
	}
	.astoundInsiderArticle.active .astoundInsiderArticleTextAbstract{
		height:0%;
		padding:0px;
		
	}