#playmyVideo {
	position: absolute;
	max-width: 340px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 13%;
}

.play-vid-cont {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.col-2-cont {
	position: relative;
	width: 35% !important;
	display: flex;
}

.flex-wrap-vid {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	max-width: 1470px;
}

.wrap.col-2-cont {
	margin: 0 !important;
	width: 65% !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

img.play_vid_phone {
	width: 450px;
}

.playpause {
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	width: 100px;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: auto;
	background-size: contain;
	background-position: center;
}

button {
	border: medium none;
	color: #fff;
	display: block;
	font-size: 18px;
	left: 0;
	right: 0;
	top: 35%;
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	transform: translate(0%, 50%);
	width: auto;
	text-align: center;
	background: transparent;
	border-radius: 66%;
}

.play-vid-cont .pause-play-img {
	display: block;
}

.play-vid-cont.playing .pause-play-img {
	display: none;
}

.video-parent-class {
	margin: 0 auto;
}

.pause-play-img {
	position: absolute;
	top: 40% !important;
	z-index: 99;
	display: none;
	opacity: 0.8;
	width: 100px;
	left: 0 !important;
	right: 0;
	margin: 0 auto;
}

.video-parent-class:hover img.pause-play-img {
	display: block;
}

.video-parent-class {
	position: relative;
	position: absolute;
	max-width: 100% !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	width: 100% !important;
	height: 100%;
}
#sec-03-stories .str-cat {
    margin: 0;
}
@media (max-width:1200px) {
	.strs-01-cont p br {
		display: none;
	}
	.wrap.col-2-cont, .col-2-cont {
		width: 100% !important;
		max-width: 100%;
	}

	.flex-wrap-vid {
		flex-direction: column;
		padding: 0 10px;
	}
	img.play_vid_phone {
		max-width: 310px;
	}
	#playmyVideo {
		max-width: 230px;
	}
}

@media (max-width:1024px) {
	#sec-03-stories .strs-01-cont p,
	#sec-03-stories .strs-02-cont p,
	#sec-03-stories .strs-03-cont p,
	#sec-03-stories .strs-04-cont p,
	#sec-03-stories .strs-05-cont p,
	#sec-03-stories .strs-06-cont p,
	#sec-03-stories .strs-07-cont p,
	#sec-03-stories .strs-08-cont p,
	#sec-03-stories .strs-09-cont p {
		font-size: 14px;
		max-width: 800px;
	}
}
