
.section-btns.btn-one {
    height: 100%;
    width: 100%;
}
section.acf-event-video-with-text .play-icon i {
    display: flex;
    justify-content: center;
    background-color:var(--white);
    height: 60px;
    width: 60px;
    font-size: var(--f20);
    color: var(--semi-transparent-black);
    align-items: center;
    border-radius: 50%;
}
section.acf-event-video-with-text  .btn-primary-icon-with-play-button {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) {
div#video-popup .modal-dialog{
max-width: 1406px !important;
}
}
a.btn-primary-icon-with-play-button:hover {
    transform: none;
    transition: none;
}
.section-btns a.btn-primary-white-text-play-icon-on-image:hover i, .section-btns a.btn-primary-white-text-play-icon-on-image:focus i{
    transform: none!important;
    transition: none!important;
}
.btn-primary-white-text-play-icon-on-image {
    width: auto;
    /* position: absolute; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: top;
    color: var(--white);
    background-color: var(--main-color);
    display: flex;
    align-items: center;
}
.btn-primary-white-text-play-icon-on-image i.fas.fa-solid.fa-play {
    height: auto;
    top: 2px;
    position: relative;
    color: #fff;
    font-size: 16px;
    background-color: transparent;
    width: auto;
}
.btn-primary-white-text-play-icon-on-image:hover{
	    background: var(--primary-hover);
		color: var(--white);
}
.btn-primary-white-text-play-icon-on-image.processing  i{
    display: block! important;
}
@media (max-width: 992px) {
.btn-primary-white-text-play-icon-on-image i.fas.fa-solid.fa-play{
top:0;
}
}
section.acf-event-video-with-text.metzer_slate p, section.acf-event-video-with-text.metzer_slate h2, section.acf-event-video-with-text.metzer_slate h3{
    color: var(--white);
}
section.acf-event-video-with-text.metzer_slate .btn-primary-white-text-play-icon-on-image  ,section.acf-event-video-with-text.metzer_slate .btn-primary-white-text-play-icon-on-image i.fas.fa-solid.fa-play{
    color: var(--black);
}

.acf-event-video-with-text .play-icon.play-icon-with-image .btn.btn-primary{    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}