/* BANNER AD STYLES */

.Vertical_Rectangle_Banner_Ad {
	border: 1px solid #DDD;
	border-radius: .25rem;
	box-shadow: 5px 5px 10px;
	background-color:#DDD;
	margin-bottom: 4rem;
	text-align: center;
}

.Vertical_Rectangle_Banner_Ad .Banner_Ad_Product_Name {
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	color: #000;
	font-size: 1.2rem;
	padding: 0 .5rem;
	border-top: 1px solid #DDD;
	background-color: #EFEFEF;
	width: 100%;
	min-height: 4rem;
	position: relative;
}

.Vertical_Rectangle_Banner_Ad .Banner_Ad_Product_Name a {
	color: #333;
	font-weight: 400;
	line-height: 1.5rem;
	width: 100%;
}

.Vertical_Rectangle_Banner_Ad .Banner_Ad_Product_Name a:hover {
	color: #00F;
}

.Vertical_Rectangle_Banner_Ad .Banner_Ad_Product_Photo {
	min-height: 200px;
	background-color: white;
	min-height: 13rem;
	padding: 1rem;
	position: relative;
	border-radius: .25rem;
}

.Banner_Ad_Event_Photo img {
	border: 1px solid #EEE;
	min-height: 200px;
}

.Vertical_Rectangle_Banner_Ad img {
	display: block;
	margin: 0 auto;
	max-height: 10rem;
	margin-bottom: .5rem;
}

.Banner_Ad_Center_Item {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.Banner_Products_Column_1,
.Banner_Photos_Row_1,
.Banner_Photos_Row_2 {
	display: block;
}

.Banner_Products_Column_2 {
	display: none;
}

.Frame_Banner_Photo {
	text-align: center;
}

.Frame_Banner_Photo .Photo_Caption {
	display: block;
	width: 100%;
	padding: .5rem;
	background-color: #DDD;
	color: #555;
	font-size: .9rem;
	font-weight: 500;
	line-height: auto;
	text-align: center;
	margin-bottom: 3rem;
}

/* Side Advertisements (in ASIDE block) */
.Section_Banner_Photos,
.Section_Banner_Products {
	display: none;
}



/* MEDIA QUERIES */

/*  Small devices (768 and up) */
@media (min-width: 768px)  {
}




/* Large devices (desktops, 992px and up) */
@media only screen and  (min-width: 992px) {

	/* PRODUCT SIDE BANNERS (in ASIDE block) */
	.Frame_Body_Plus_Banners_Products {
		display: flex;
		width: 100%;
	}

	.Frame_Body_Plus_Banners_Products .Section_Body {
		width: 100%;
	}

	.Section_Banner_Products {
		display: block;
		width: 17.5rem;
		min-width: 17.5rem;
		margin: 0 0 0 4rem;
	}

	.Banner_Products_Column_1,
	.Banner_Products_Column_2 {
		width: 17.5rem;
	}


}




/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	/* PHOTO SIDE BANNERS (in ASIDE block) */
	.Frame_Body_Plus_Banners_Photos {
		display: flex;
		width: 100%;
	}
	
	.Frame_Body_Plus_Banners_Photos .Section_Body {
		width: 100%;
		padding-right: 3rem;
		border-right: 1px solid #DDD;
	}

	.Section_Banner_Photos {
		display: block;
		width: 20rem;
		min-width: 20rem;
		margin: 0rem 0 0 3rem;
	}

	.Section_Banner_Photos_Admin {
		margin-top: 2.5rem;
	}

	/* PRODUCT BANNERS (in ASIDE block) */
	.Frame_Vertical_Rectangle_Banner_Ads {
		display: flex;
		justify-content: space-between;
		column-gap: 2rem;
	}

	.Vertical_Rectangle_Banner_Ad,
	.Frame_Banner_Photo {
		width: 100%;
		margin-bottom: 2.5rem;
	}

}




/* Extra Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {

	/* PHOTO BANNERS */
	.Section_Banner_Photos {
		width: 30rem;
		min-width: 30rem;
	}

	.Banner_Photos_Row_2 {
		display: none;
	}
	
	.Frame_Banner_Photo {
		margin-bottom: 3rem;
	}

	.Frame_Banner_Photo .Photo_Caption {
		font-size: 1rem;
		margin-bottom: 3rem;
	}


	/* PRODUCT BANNERS */
	.Section_Banner_Products {
		width: 38rem;
		min-width: 38rem;
		margin-left: 5rem;
	}


	.Banner_Products_Column_2 {
		display: block;
	}

	.Vertical_Rectangle_Banner_Ad{
		margin-bottom: 3rem;
	}


	
}