.switching {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* background-color: #F37144; */
}

.switching:nth-child(odd) {
	-webkit-flex-flow: row-reverse;
	flex-flow: row-reverse;
	
}
.switching .w50.paneltext {
	position: relative;
	width: 50%;
	overflow-y: auto;
	color: #000;
	background-color: #fefefe00;
}
.switching .panellogo {
	width: 180px;
	background: #777;
	z-index: 2;
	content: ' ';
	height: 180px;
	margin: auto;
	margin-right: -180px;
	background-color: #f7f7f7;
	background-size: 150px;
	background-repeat: no-repeat;
	background-image: url(/media/logo/PRH.png);
	background-position: center;
	border-radius: 50%;
	position: relative;
}

.switching:nth-child(1) .panellogo {
	background-image: url(/media/logo-300.png);
	right: 90px;
}
.switching:nth-child(2) .panellogo {
	background-image: url(/media/logo-300.png);
	left: -90px;
}
.switching:nth-child(3) .panellogo{
	background-image: url(/media/logo-300.png);
	right: 90px;
}

.switching .w50.paneltext h2 {
	color: #000;
}
.switching .w50.panelimage {
	min-height: 300px;
	position: relative;
	width: 50%;
	overflow: hidden;
	background: #f6f6f6;
	/* z-index: -1; */
}
.switching .content {
	padding: 40px 130px 40px 130px;
	min-height: 220px;
}

.nswitching .images {
	position: absolute;
	height: auto;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.switching .images img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100% !important;
}



/* .switching .panelimage::before { */
    /* content: ''; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 50%; */
    /* margin-top: -50px; */
    /* width: 0; */
    /* z-index: 1; */
    /* height: 50px; */
    /* border-left: solid 70px #F37144; */
    /* border-top: solid 50px transparent; */
    /* border-bottom: solid 50px transparent; */
/* } */
/* .switching:nth-child(odd) .panelimage::before { */
    /* right: 0; */
	/* left: auto; */
    /* border-left: none; */
    /* border-right: solid 70px #F37144; */
/* } */

@media(max-width:1200px){
	.switching .content {
		padding: 20px 40px;
		min-height: 200px;
	}
}
/*
@media(max-width:991px){
	.switching .content {
		padding: 20px 20px;
	}
}
*/
@media(max-width:991px){
	.switching .panellogo {
		display: none;
	}
	.switching {
		flex-direction: column;
	}
	.switching:nth-child(odd) {
		-webkit-flex-flow: column;
		flex-flow: column;
	}
	.switching .w50.paneltext,
	.switching .w50.panelimage {
		width: 100%;
	}
	.switching .content {
		padding: 20px 40px;
		min-height: 250px;
	}
	.nswitching .images {
		position: relative;
		height: auto;
		width: 100%;
		top: 0;
		transform: none;
	}

}
