﻿.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}


@media (max-width: 491px) {
        body {
        padding-top: 173px;
        padding-bottom: 0px;
    }
}
@media (max-width: 353px) {
        body {
        padding-top: 224px;
        padding-bottom: 0px;
    }
}

.top_Full{
    text-align: center; 
    width: 100%; 
    top: 50%; 
}
@media (max-width: 767px) {
    .top_Full {
        text-align: center;
        width: 100%;
        top: 25%;
    }
}
