#hurkt_main_carousel{
     border: solid 4px rgb(221, 221, 221);
     box-shadow: 0 52px 22px -32px gray;
     box-sizing: border-box;
     max-height:265px; 
     margin:40px auto; 
     overflow: hidden; 
     max-width:960px; 
 }

 #hurkt_main_carousel:hover .navButton_hurkt_main_carousel{
     opacity: 1;
 }

     #hurkt_main_carousel img { height: 100%;}

     #hurkt_main_carousel-navigation{
         top: 0;
     }
     
         .navButton_hurkt_main_carousel{
             background-color: rgb(85, 85, 85);
             cursor: pointer;
             display: flex;
               align-items: center;
               justify-content: center;
             height: 50px;
             opacity: 0.0;
             width: 40px;
         }
         .navButton_hurkt_main_carousel:hover{
             background-color: #289dcc;   
         }

         #hurkt_main_carousel_navBtnPrev{
              border-radius: 0 3px 3px 0;
              box-sizing: border-box;
         }
         #hurkt_main_carousel_navBtnNext{
              border-radius: 3px 0 0 3px;
              box-sizing: border-box;
         }

.fa-chevron-left, 
.fa-chevron-right{
    color: #fff;
}


/* MOBILE */    

@media only screen and (max-width: 880px) { 
    
    #hurkt_main_carousel{
         margin: 40px 20px;   
    }     
}