.bato-video{
    position: relative;
}

.bato-video__video {
    width: 100%;
    height: auto;
}

.bato-video__btn {
    aspect-ratio: 1;
    width: 7.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
}

.bato-video__btn.hidden {
    display: none;
}

.bato-video__btn:hover {
    opacity: 0.5;
}

.bato-video__controls {
    display: flex;
    gap: 1.6rem;
    position: absolute;
    right: calc(126 / 735 * 100%);
    bottom: 3rem;
    z-index: 2;
}

.bato-video__icon {
    box-sizing: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    aspect-ratio: 1;
    width: 1.6rem;
    padding: 0.5rem;
    margin: -0.5rem;
    cursor: pointer;
}

.bato-video__icon:not(.active) {
    display: none;
}