
.breadcrumb .container h1 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    font-family: 'Lato';
    padding: 10px 15px 10px 0px;
    background-color: unset;
}

.tp-container{
	background: #fff;
}
.tp-head {
	margin: 10px 30px 10px 30px;
}
.tp-head p{
	padding:20px 5%;
	font-size:18px;
}

.tp-head h2{
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #00b67a;
}

.tp-div {
    margin: 60px 0px;
    padding: 15px 5px 20px 5px;
    border: 1px solid #cecece;
    background: #fff;
	border-radius: 10px;
}
.tp-div-header {
	margin: 0px;
    background-image: url(/fi/image/catalog/information/kokemuksia-1600x400-opiskelija.jpg);
    background-position: center;
    background-size: cover;
    width: auto;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tp-div-header h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}
.tp-div-header2 {
    margin: 0px 0px 30px 0px;
    padding: 10px 10%;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tp-div-header2 h3 {
    font-size: 25px;
    font-weight: 600;
    padding: 0px 10%;
    color: #1e3d37;
    text-align: center;
    /* text-shadow: 2px 2px 2px #000; */
}
.tp-div-header3 h3{
	font-size:25px;
	color: #fff;
	text-align: center;
}
.tp-div-header3 {
	margin: 0px 10px 20px 10px;
	background-color: #41c387;
    width: auto;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tp-video-container{
	display:flex;
	flex-direction:row;
	margin:auto;
	justify-content: center;
	align-items: center;
}
.tp-video{
	justify-content:center;
	width:100%;
	overflow: hidden;
	margin:10px;
}
.embed-responsive.embed-responsive-16by6{
    padding-bottom: 37.50%; /* CUSTOM-MITTASUHDE. 16:9 OLISI JAKOLASKU (9:16)*100 = 56.25%. TÄSSÄ 16:6 ELI (6:16)*100 = 37.50 %*/
}

.embed-responsive.embed-responsive-16by9{
	line-height:0px;
	font-size:0px;
	display:block;
	position:relative;
	padding-bottom: 56.25%; /* TÄRKEA! MITTASUHDE 16:9 (ESIM. VIDEO 1280 x 720). LASKELMA (9:16)*100 = 56.25% */
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
   /* padding: 0; */
    overflow: hidden;
}

.embed-responsive .embed-responsive-item{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 1200px){
	.tp-video-container{
		flex-direction:column;
	}
	.tp-video{
		max-width:500px;
	}
	.tp-div-header2 h3,.tp-div-header3 h3 {
		font-size: 25px;
		padding: 0px;
	}
	.tp-div-header h2 {
		font-size: 30px;
		padding: 0px 5%;
	}
	.tp-div-header{
		height:300px;
	}
}

@media (max-width: 768px){
	.tp-div-header{
		height:200px;
	}
	
	.tp-div-header2 h3,.tp-div-header3 h3 {
		font-size: 20px;
		padding: 0px 5%;
	}
	.tp-div-header2 {
		margin: 0px 0px 10px 0px;
		padding: 10px 0px;
	}	
	.tp-div-header h2 {
		font-size: 30px;
	}
	.tp-div-header3 {
		margin: 0px 10px 20px 10px;
		height: 150px;
	}		
	.tp-div {
		margin: 20px 0px;
		box-shadow: 0px 0px 2px 0px #0000008f;
	}		
	.tp-head p {
		padding: 15px 3% 0px 3%;
		font-size: 16px;
	}
}
@media (max-width: 450px){
	.tp-div-header{
		height:150px;
	}
	.tp-div-header h2 {
		font-size: 16px;
	}
	.tp-div-header2 h3, .tp-div-header3 h3 {
		font-size: 16px;
		padding: 0px 5%;
		line-height: 20px;
	}
	.tp-head {
		margin: 5px 15px 5px 15px;
	}	
	.tp-head p {
		padding: 15px 3% 0px 3%;
		font-size: 14px;
	}
	.tp-div {
		margin: 30px 0px;
		padding: 15px 5px 20px 5px;
	}
	.tp-div-header3 {
		height: 100px;
	}	
	.breadcrumb .container h1 {
		font-size: 20px;
	}
}