.treatment-video-section.video-section{
	width: 100%;
	display: flex;
	justify-content: center;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 70px;
	padding-top: 0;
}
.treatment-video-section.video-section #treatments-video-embedder{
	width: 1101px;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.treatment-video-section.video-section .entry-image{
	height: 620px;
	margin-bottom: 100px;
}
.treatment-video-section.video-section .entry-title {
    text-align: center;
    margin: 0 0 30px;
    font-weight: 900;
    color: #442c5c;
}

.treatment-video-section.video-section .entry-text {
    margin: 0 0 50px;
    font-size: 24px;
    font-weight: 500;
    color: #442c5c;
}

@media(max-width: 1024px){
	.treatment-video-section.video-section .entry-image {
	    height: 544px;
	    width: 100% !important;
	    margin-bottom: 100px;
	}
	.treatment-video-section.video-section{
		padding: 0;
	}
}

@media(max-width: 768px){
	.treatment-video-section.video-section  .entry-title,
	.treatment-video-section.video-section .entry-subtitle {
	    margin: 0 0 20px;
	}
	.treatment-video-section.video-section  .entry-text {
	    margin: 0 0 40px;
	    font-size: 18px;
	}
	.treatment-video-section.video-section #treatments-video-embedder {
	    width: 100%;
	    height:210px;
	    object-fit: cover;
	    border-radius: 20px;
	}
	.treatment-video-section.video-section .entry-image {
	    height: auto;
	    margin-bottom: 50px;
	    width: 100% !important;
	}
}