ul.home_featpersonal_img {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
}
ul.home_featpersonal_img li {
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    width: 14.28%;
}
ul.home_featpersonal_img li a {
	display: block;
	position: relative;
}
ul.home_featpersonal_img li a .imgs {
    text-align: center;
    display: block;
    width: 182px;
    height: 230px;
}
ul.home_featpersonal_img li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s cubic-bezier(.175, .885, .32, 1.275);
	border-radius: 0;
}
.home_featpersonal_img-marquee>div:hover ul li:hover a img {
    width: auto;
    -webkit-transform: scale(1.45);
    transform: scale(1.45);
}
.home_featpersonal_img-marquee {
    margin: -100px 0;
}
.home_featpersonal_img-marquee>div {
	width: 100% !important;
    margin: 100px 0;
    overflow: visible !important;
}
.home_featpersonal_img-marquee>div:hover ul li:hover {
    position: relative;
    z-index: 1;
}



ul.home_featpersonal_img li .wr {
	text-align: center;
	color: #dbdbdb;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 40px 0;
	transition: all 0.4s;
}
ul.home_featpersonal_img li .wr h3 {
    font-size: 19px;
    color: #dbdbdb;
    font-family: "Nunito Sans", Sans-serif;
    letter-spacing: 2px;
    margin-bottom: 3px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}
ul.home_featpersonal_img li .wr h3:before {
	content: "";
	display: block;
	margin: 0 auto 20px;
	width: 32px;
	height: 32px;
	background-image: url("../../../../uploads/2024/02/video-play-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.4s;
}
ul.home_featpersonal_img li:hover .wr {
	transform: scale(1.2);
}
ul.home_featpersonal_img li .wr p {
	font-size: 14px;
	letter-spacing: 1px;
}

html .home_featpersonal-wrap {
	position: relative;
	z-index: 9;
}
html .model-open .home_featpersonal-wrap {
	z-index: unset;
}
html body:before {
	content: "";
	position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
	top: 0;
	left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
	transition: all 0.4s;
}
html body.model-open:before {
	visibility: visible;
	opacity: 1;
}
html .fancybox_popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: grid;
	place-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
	z-index: 999;
	padding: 25px;
}
html .model-open .fancybox_popup {
    visibility: visible;
    opacity: 1;
}
html .fancybox_popup .iframeclose {
    font-size: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
    background-color: var(--primary);
    background-image: url("https://buildmyweb.site/jenniferongdev/wp-content/uploads/2024/02/Frame.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50px;
    margin-left: auto;
    margin-right: -20px;
    margin-bottom: -20px;
}
html .fancybox_popup .iframeclose:hover {
	transform: rotate(180deg);
    transition: all 0.4s;
}

html .fancybox_popup iframe {
	border: 2px solid var(--primary);
	border-radius: 5px;
}