.greek_restaurant_slide {
    position: relative;
    overflow: hidden
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,45,0.38);
}

.slide_details {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%); /* Safari */
    z-index: 9000
}

.slide_details h3 {
    font-family: "Kaushan Regular";
    font-size: 72px;
    color: #adde78;
    position: relative;
    margin-bottom: 0
}

.slide_details h4 {
    font-family: "Montserrat Bold";
    font-size: 42px;
    color: #ffffff;
    position: relative;
    margin-bottom: 0
}
.slide_details hr{
    width:10%;
    height:3px;
    background: #adde78;
    border:none;

}
.slide_details p {
    margin-top: 20px;
    font-family: "Montserrat Regular";
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    max-height: 400px;
    text-align: center
}
.sy-pager{

    top:50%;
    transform: translateY(-50%);
    width:10px !important;
    right:30px;
    background: transparent;
    position: absolute !important;
    z-index: 1000
}


.sy-pager li.sy-active a {
    background: #adde78 !important
}

.sy-pager li {
    display: inline-block;
    width: 9px !important;
    height: 9px !important;
    margin: 0 1em 0 0;
    border-radius: 50%
}

.sy-pager li a {
    font-size: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff !important
}

.slide-link {
    z-index: 2000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

@media screen and (max-width: 996px) {
    .slide_details h3 {
        font-size: 32px;
        font-family: "Montserrat Regular";
        padding: 10px
    }

    .slide_details p {
        display: none
    }
    .sy-pager{

        top:100%;
        transform: translateY(-50%);
        width:10px !important;
        right:10px;
        background: transparent;
        position: absolute !important;
        z-index: 1000
    }

}
@media screen and (max-width: 568px){
    .sy-pager{

        top:114%;
        transform: translateY(-25%);
        width:10px !important;
        right:10px;
        background: transparent;
        position: absolute !important;
        z-index: 1000
    }
}
@media screen and (max-width: 468px) {
    h3.slide_slogan {
        display: none
    }

    .slide_details {
        display: none
    }
    .sy-pager{

        top:40%;
        transform: translateY(-40%);
        width:10px !important;
        right:10px;
        background: transparent;
        position: absolute !important;
        z-index: 1000
    }
}
