


#mac-video {
    position: relative;
    overflow: hidden;
}

#title {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    background: url("../image/makr_bg.png") repeat;
}


#title .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    background: #fff;
    outline: none;
}

#videos {
    width: 100%;
}

#videos .swiper-slide {
    position: relative;
}

#videos video {
    width: 100%;
    position: relative;
}

#videos .swiper-slide  .txt {
    color: #fff;
    position: absolute;
    top: 18vw;
    width: 700px;
    margin-left: calc(50% - 490px);
    font-size: 28px;
    line-height: 1.28595;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}