@media screen (max-width: 697px;){
    .custom-nav .t-btn-container .t-btn img{
    width: 70px;
    height: 90px!important;
    object-fit: cover!important;
    border-radius: 15px 10px 10px 0px!important;
}
}

.custom-nav .t-btn-container .t-btn img{
    width: 100px;
    height: 130px!important;
    object-fit: cover!important;
    border-radius: 15px 10px 10px 0px!important;
}
.w-500{
    font-weight: 500!important;
}

.masonry-container{
    column-count: 3;
  column-gap: 16px;
}