
.ce-portfolio-carousel-controls{
        a{
            width:90px;
            height:90px;
            background:rgba(0,0,0,0.40);
            position:absolute;
            top:50%;
            margin-top:-45px;
            transform:scale(1);
            @include transition(all 0.3s);
            &.ce-prev{
                left:0;
                
                box-shadow:1px 5px 20px rgba(0,0,0,0.05);
                &:after{
                    content:"";
                    background:url('../../assets/images/left.png') center no-repeat;
                    width: 90px;
                    height: 90px;
                    position: absolute;
                    z-index: 99;
                }
            }
            &.ce-next{
                right:0;
                
                box-shadow:1px 5px 20px rgba(0,0,0,0.05);
                &:after{
                    content:"";
                    background:url('../../assets/images/right.png') center no-repeat;
                    width: 90px;
                    height: 90px;
                    position: absolute;
                    z-index: 99;
                }
            }

            &:hover{
                transform:scale(0.95);
            }
        }
}

.extra_fix_nav_1{
    .ce-portfolio-carousel-controls a.ce-prev{
        left:0;
    }
    .ce-portfolio-carousel-controls a.ce-next{
        right:0;
    }
}
