
.tiny-margins{
    margin: 0 40px;
}
.container{
    position: relative;
    margin-top: 3%;
}

.control{
    list-style-type: none;
}
.control li{
    position:absolute;
    z-index: 99;
    top: 43%;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 12px 15px;
    border-radius: 50%;
    cursor: pointer;

}

.control li:hover{
    background: #000;
}
.control li.prev{
    left: 20px;
}

.control li.next{
    right: 20px;
}

.tns-nav{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  
}

.tns-nav button{
    height: 13px;
    width: 13px;
    background-color: #a5a5a5;
    border: none;
    margin-left: 7px;
    
    border-radius: 48%;
}
.tns-nav .tns-nav-active{
    background-color: black;
}
.tns-item{
    height: 400px;
}
@media (min-width:2000px){
   .tiny-margins{
       width: 2000px;
       margin: auto;
   } 
}



@media (max-width:500px){
    .tns-item{
        height: 300px;
        width: auto;
    }
    .control li{
        padding: 8px 10px;
        font-size: 13px;
        /* color: aquamarine; */
    }
}