/* .b6-banner .container {
    width: calc(100% - 8%);
    max-width: calc(1500px - 8%);
    margin: 77px auto 0 auto;
    min-height: 50vw;
    height: auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b6-banner .container #toggle-audio {
    position: absolute;
    bottom: 35px;
    right: 35px;
    z-index: 10;
    margin: 0px;
    cursor: pointer;
}

.b6-banner .container .video {
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 0%;
    max-height: 80vh;
    aspect-ratio: 16/9;
}

@media only screen and (min-width: 1500px) {
    .b6-banner .container {
        width: 100%;
        max-width: 1500px;
    }

    .b6-banner .container {
        min-height: 80vh;
    }
}

@media only screen and (max-width: 767px) {
    .b6-banner .container {
        margin: 73.95px auto 0 auto;
        min-height: 50vw;
    }

    .b6-banner .container .video {
        min-height: unset;
    }
} */

.box-absolute .e-con-inner{
    position: relative;
}

.box-absolute .e-con-inner .text{
    position: absolute;
    left: 60px;
    top: 10px;
}

@media only screen and (max-width: 1024px) {
  .box-absolute .e-con-inner .text{
        position: relative;
        top: unset;
        left: unset;
    }
}