.owl-carousel .owl-item img {
    display: block;
    width: 70%;
    margin: auto;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.back_to_gallery {
    text-align: center;
    /*margin-top: 8%;*/
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 3%;
}

@media only screen and (max-width: 2300px) {
    .owl-carousel .owl-item img {
        width: 50%;
    }
}

@media screen and (max-width: 1440px) {
    .back_to_gallery {
        font-size: 23px;
    }
}


@media screen and (max-width: 768px) {
    .back_to_gallery {
        font-size: 25px;
    }
}


@media screen and (max-width: 425px) {
    .back_to_gallery {
        font-size: 20px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 375px) {
    .back_to_gallery {
        font-size: 17px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 2560px) {

    .back_to_gallery {
        font-size: 2.5em;
    }

    .back_to_gallery:nth-child(3) {
        margin-top: 3%;
    }

}

/*carousel part*/
.outLeafLeft {
    background: url("../../../img/projects/SarePipersiSuflet/leaf_portofolioLeft.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 100%;
    width: 350px;
    height: 350px;
    overflow: hidden;
    display: inline-flex;
    outline: none;
}

.outLeafRight {
    background: url("../../../img/projects/SarePipersiSuflet/leaf_portofolioRight.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 100%;
    width: 350px;
    height: 350px;
    overflow: hidden;
    display: inline-flex;
    outline: none;
}

.insideLeaf {
    width: 97% !important;
    padding-bottom: 1px;
    outline: none;
}

.insideLeaf:visited {
    outline: none;
}

.owl-item {
    text-align: center;
    outline: none;
}

@media only screen and (min-width: 2560px) {
    .outLeafLeft, .outLeafRight {
        width: 500px;
        height: 500px;
    }
}

@media only screen and (max-width: 1439px) {
    .outLeafLeft, .outLeafRight {
        width: 250px;
        height: 250px;
    }
}

@media only screen and (max-width: 991px) {
    .outLeafLeft, .outLeafRight {
        width: 175px;
        height: 175px;
    }
}

@media only screen and (max-width: 767px) {
    .outLeafLeft, .outLeafRight {
        width: 150px;
        height: 150px;
    }
}

/*end carousel part*/

/*edge check*/
@supports (-ms-ime-align:auto) {
    .insideLeaf {
        height: 87%;
    }
}
/*edge check*/
