.fenixhero-slider-section {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 650px;
}
.fenixhero-slider-section video {
	width: 100vw !important;
	height: 100vh !important;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 0;
	min-height: 100%;
	object-fit: cover;
}
#myVideo {
	position: relative;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
.fenixhero-slider-section .inner-banrcontent {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
}
.fenixhero-slider-section .indiv-banner-slider {
	position: relative;
	width: 50%;
	padding: 220px 0 0 10%;
	text-align: left;
}
.fenixhero-slider-section .inner-banrcontent .inn-slidetbx {
	width: 100%;
}
.fenixhero-slider-section .inner-banrcontent .inn-slidetbx h4 {
	display: block;
	color: #fff;
	font-size: 42px;
	line-height: 54px;
	font-weight: 500;
	text-transform:uppercase;
	margin: 0;
	padding: 0 0 10px;
}
.fenixhero-slider-section .inner-banrcontent .inn-slidetbx h4 strong {
	color: #ff0462;
	font-weight: 500;
	text-decoration: underline;
}
.fenixhero-slider-section .inner-banrcontent .inn-slidetbx p {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.fenixhero-slider-section .contact-btn {
    display:inline-block;
	padding-top:20px;
}
.fenixhero-slider-section .contact-btn a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    border-radius: 50px;
    text-decoration: none;
    padding: 15px 25px;
    margin: 0;
    background: #c4004a;
    transition: background-color 0.3s ease;
}
.fenixhero-slider-section .contact-btn a:hover, .fenixhero-slider-section .contact-btn a:focus {
    background: #a8003f;
	text-decoration: none;
}
.inner-fenixhero-section {
	position: relative;
	width: 100%;
	margin-bottom:15px;
}
.inner-fenixhero-section img {
	width: 100%;
	height:auto;
}
@media screen and (max-width:992px) {
.fenixhero-slider-section .indiv-banner-slider {
    width: 90%;
    padding: 220px 0 0 0;
    text-align: center;
    margin: 0 auto;
}
}
@media screen and (max-width:768px) {	
.fenixhero-slider-section .inner-banrcontent .inn-slidetbx h4 {
	font-size: 32px;
	line-height: 44px;
}
.fenixhero-slider-section .slick-prev {
    left: 10%;
}
}