/* University Seminars Home Page CSS Document */

.Head_Container {
	background-color: #DACBB5;
}

.Head_Image {
	background-image: url("/site/graphics/headers/university/H_BrotherWatchingTabletSmilingEyeLevel_957x300.png");
}

.Container_Seminar_List {
	margin-bottom: 6rem;
}

.Text_Introduction {
	text-align: center;
	margin-bottom: -3rem;
}


.Title_Course_Type {
	margin: 6rem 0 2rem;
}

.Frame_Seminar_Video_List {
	display: flex;
	width: 100%;
	justify-content: space-around;
	flex-wrap: wrap;
	column-gap: 3rem;
	row-gap: 3rem;
}





/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Seminar_Banner {
		min-width: min(calc(50% - 1.5rem), 40rem);
		max-width: min(calc(50% - 1.5rem), 40rem);
		flex: 1;
	}

}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Seminar_Banner {
		min-width: min(calc(33.3% - 2rem), 40rem);
		max-width: min(calc(33.3% - 2rem), 40rem);
		flex: 1;
	}

}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}