.MagneticVideo_video__yfgS2 {
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}
@media (max-width: 768px) {
    .MagneticVideo_video__yfgS2 {
        width: 10rem;
        align-self: flex-end;
        order: 1;
    }
}
@media (min-width: 769px) {
    .MagneticVideo_video__yfgS2 {
        width: 30%;
        display: flex;
        justify-content: flex-end;
        align-self: flex-start;
    }
}
.MagneticVideo_video__yfgS2 > span {
    width: 100%;
    aspect-ratio: 1/1;
}
@media (min-width: 769px) {
    .MagneticVideo_video__yfgS2 > span {
        position: relative !important;
        display: block;
        height: auto !important;
        left: auto !important;
        right: 0;
    }
}
.MagneticVideo_video__yfgS2 video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.25);
    object-fit: cover;
    border-radius: 50%;
}
