﻿.banking-service .image-box {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teto-card-3d {
    position: relative;
    width: 100%;
    height: 380px; /* bigger frame */
    max-width: 100%;
    background: transparent;
    overflow: visible;
}

@@media (min-width: 1200px) {
    .teto-card-3d {
        height: 430px;
    }
}

.teto-card-3d canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}
