.flexi-evb-controls {
    display: flex;
    z-index: 2;
    gap: 32px;
    position: absolute;
    bottom: 50px;
    left: 88px;
}

@media (max-width: 540px) {
    .flexi-evb-controls.hide-on-mobile {
        display: none !important;
    }
}

.elementor-widget-flexi_evb_widget .elementor-wrapper {
    aspect-ratio: var(--video-aspect-ratio);
}

.elementor-widget-flexi_evb_widget .elementor-wrapper video, .elementor-widget-flexi_evb_widget .elementor-wrapper iframe {
    background-color: #000;
    border: none;
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.flexi-evb-controls .flexi-evb-play, .flexi-evb-controls .flexi-evb-mute {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    padding: 5px;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
}

.flexi-evb-controls span, .flexi-evb-controls span {
    display: flex;
    pointer-events: none;
}

.flexi-evb-controls .flexi-evb-play:focus,
.flexi-evb-controls .flexi-evb-mute:focus {
    background-color: transparent;
}

.flexi-evb-controls .flexi-evb-play:hover,
.flexi-evb-controls .flexi-evb-mute:hover {
    background-color: #002855;
}

.flexi-evb-controls svg {
    width: 17px;
    height: 17px;
    flex-shrink: 1;
    pointer-events: none;
}

.flexi-evb-controls .hidden {
    display: none;
}

@media screen and (max-width: 1024px) {
    .flexi-evb-controls {
        gap: 20px;
        bottom: 20px;
        left: 30px;
    }
}

@media screen and (max-width: 768px) {
    .flexi-evb-controls {
        left: 10px;
        bottom: 10px;
        flex-direction: column;
        gap: 10px;
    }

    .flexi-evb-controls .flexi-evb-play, .flexi-evb-controls .flexi-evb-mute {
        width: 32px;
        height: 32px;
    }
}