﻿.live_box > a,.Carousel_1 .item > a {
    display: block;
    position: relative;
}

.live_box .livelogo {
    position: absolute; 
    right: 2%; 
    top: 3%;
    width: 10% !important; 
}
.Carousel_1 .livelogo {
    position: absolute; 
    right: 2%; 
    top: 3%;
    width: 20% !important; 
}

.Carousel_box {
    width: 100%;
    justify-content: center;
    display: flex;
}

.Carousel_box,.Carousel_box * {
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
}

.Carousel_1 {
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding-top: 10px;
}

.Carousel_2 {
    margin: 0 auto;
    width: 80%;
    justify-content: space-between;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Carousel_1 .owl-item {
    background-color: white;
}

.Carousel_2 .owl-item {
    border-bottom: 1px dotted #9E9E9E;
}

.photoLoop .PhotoLoopNav > div {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 40%;
    margin-top: -20px;
    z-index: 5;
}

.photoLoop .arrow_right {
    right: -60px;
    background: url(/live/images/sign_Turn_right.png) no-repeat right 0;
}

.photoLoop .arrow_left {
    left: -60px;
    background: url(/live/images/sign_Turn_left.png) no-repeat left 0;
}

.owl-carousel .owl-item{
    border: 5px solid #FFFFFF;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .Carousel_1 {
        width: calc(95% - 130px);
    }
}


@media only screen and (min-width: 481px) and (max-width: 767px) {
    .Carousel_1 {
        width: calc(95% - 130px);
    }

    .Carousel_2 {
        width: calc(100% - 130px);
    }
}

@media only screen and (max-width: 480px) {

    .Carousel_1 {
        width: 95%;
    }

    .Carousel_2 {
        width: calc(100% - 10px);
    }

    .photoLoop .PhotoLoopNav > div {
        width: 43px;
        height: 43px;
        position: absolute;
        top: 40%;
        margin-top: -20px;
        z-index: 5;
    }

    .photoLoop .arrow_right {
        right: -5px;
        background: url(/live/images/sign_Turn_right.png) no-repeat right 0;
        background-size: 30px 30px;
        opacity: 0.7;
    }

    .photoLoop .arrow_left {
        left: -5px;
        background: url(/live/images/sign_Turn_left.png) no-repeat left 0;
        background-size: 30px 30px;
        opacity: 0.7;
    }
    
}

