#top_ad_banner_container
{
	width : 100%;
	margin : 0px;
	padding : 0px;
	display : flex;
	align-items : center;
	justify-content : center;
	margin-top : 10px;
	margin-bottom :  10px;
	flex-direction : column;
}

#top_ad_banner
{
	width : calc(80% - 2px);
	height : 100%;
	margin : 0px;
	padding : 0px;
	border : 1px solid #1c7ed6;
	display : flex;
	align-items : start;
	justify-content : center;
	flex-direction : column;
}

#top_ad_banner h3
{
	width : calc(100% - 10px);
	margin : 0px;
	padding : 5px;
	color : white;
	background-color : #1c7ed6;
}

#top_ad_container
{
	width : 100%;
	height : 100%;
	margin : 0px;
	padding : 0px;
	display : flex;
	align-items : center;
	justify-content : center;
	background-color : #D3D3D3;
}

#top_ad_container img
{
	width : 100%;
	height : auto;
	margin : 0px;
	padding : 0px;
	max-width : 1024px;
}

@media screen and (max-width: 1024px)
{
	#top_ad_banner
	{
		width : calc(100% - 2px);
	}
}