@media screen and (max-width:769px) {
    .sarrow {
        display: none;
    }
}


@media screen and (max-width:1081px)
{
    .sarrow{
        top:40%;
    }
}
@media screen and (max-width:1368px)
{
    .sarrow{
        top:44%;
    }
}
@media screen and (max-width:1921px)
{
    .sarrow{
        top:40%;
    }
}

div.sarrow i {
    font-size: 25px;
}

div.sarrow {
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    
    height: 30px;
    width: 30px;
    z-index: 5;
}

div.leftarrow {
    left: 5%;
}

div.rightarrow {
    right: 5%;
}

.carousel-slider-pic {
    display: none;
}

#wrapper_bu {
    z-index: 0;
    width: 100%;
    position: relative;
    background-color: #FAFAFA;
}

.txt_Center {
    margin: 50% 0% 0% 20%;
}

.txt_h1 {
    font-size: 2em;
}

.holder_bu {
    cursor: pointer;
    top: 50% !important;
    transform: translate3d(0,-50%,0) !important;
    display: inline-block;
    -webkit-transition: width 1s, height 1s, top 1s, left 1s;
    -moz-transition: width 1s, height 1s, top 1s, left 1s;
    -o-transition: width 1s, height 1s, top 1s, left 1s;
    -ms-transition: width 1s, height 1s, top 1s, left 1s;
    transition: width 1s, height 1s, top 1s, left 1s;
}

.holder_bu_awayL1 {
    position: absolute;
    left: 20%;
    width: 20%;
    z-index: 2;
}

.holder_bu_awayL2 {
    position: absolute;
    left: 12%;
    width: 10%;
    z-index: 1;
}

.holder_bu_center img {
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);*/
    width: 100% !important;
}

.holder_bu_center {
    position: absolute;
    top: 50%;
    width: 30%;
    left: 50%;
    transform: translate3d(-50%,-50%,0) !important;
    z-index: 3;
}

.holder_bu_awayR1 {
    position: absolute;
    left: 60%;
    width: 20%;
    z-index: 2;
}

.holder_bu_awayR2 {
    position: absolute;
    left: 78%;
    width: 10%;
    z-index: 1;
}
