#carousel{
margin: 0 auto;
width:100%;
height:450px;
border-radius: 15px;
margin-bottom:2%;
margin-top:2%;
-webkit-box-shadow: 10px 10px 15px #c1c1c1;

        box-shadow: 10px 10px 15px #c1c1c1;
-webkit-animation:maffaz 20s infinite;
        animation:maffaz 20s infinite;
position:relative;
background-size:100% 100%;
-webkit-transition:2s ease;
transition:2s ease;
-webkit-transition-delay:2s;
        transition-delay:2s;

}
@-webkit-keyframes maffaz{
0%{background-image:url("https://www.itcircleconsult.com/ebay/gnh/pics/1.jpg"); background-repeat: no-repeat; background-position:center;}
20%{background-image:url("https://www.itcircleconsult.com/ebay/gnh/pics/2.jpg");background-repeat: no-repeat; background-position:center;}
40%{background-image:url("https://www.itcircleconsult.com/ebay/gnh/pics/3.jpg");background-repeat: no-repeat; background-position:center;}
60%{background-image:url("https://www.itcircleconsult.com/ebay/gnh/pics/4.jpg");background-repeat: no-repeat; background-position:center;}
80%{background-image:url("https://www.itcircleconsult.com/ebay/gnh/pics/5.jpg");background-repeat: no-repeat; background-position:center;}
100%{background-image:url("https://www.itcircleconsult.com/ebay/gnh/pics/6.jpg");background-repeat: no-repeat; background-position:center;}
}
@keyframes maffaz{
    0%{background-image:url("https://www.itcircleconsult.com/ebay/gnh/pics/1.jpg"); background-repeat: no-repeat; background-position:center;}
    20%{background-image:url("https://www.itcircleconsult.com/ebay/gnh/pics/2.jpg");background-repeat: no-repeat; background-position:center;}
    40%{background-image:url("https://www.itcircleconsult.com/ebay/gnh/pics/3.jpg");background-repeat: no-repeat; background-position:center;}
    60%{background-image:url("https://www.itcircleconsult.com/ebay/gnh/pics/4.jpg");background-repeat: no-repeat; background-position:center;}
    80%{background-image:url("https://www.itcircleconsult.com/ebay/gnh/pics/5.jpg");background-repeat: no-repeat; background-position:center;}
    100%{background-image:url("https://www.itcircleconsult.com/ebay/gnh/pics/6.jpg");background-repeat: no-repeat; background-position:center;}

}

@media (max-width: 768px) {
        #carousel {width:100%;
        height:350px;}
        
        }
        

@media (max-width: 540px) {
        #carousel {width:100%;
        height:250px;}
        
        }
        

@media (max-width: 480px) {
#carousel {width:100%;
height:150px;}

}

