body {
  background-color: black;
}
.feed-item{    
    display: inline-block;
    width: 100%;
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin: 0 0 20px;
    box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    background-color: rgb(24, 24, 24);
    border-radius: 30px;
    padding: 10px;
    color: rgb(0, 0, 0);
    overflow:hidden;
    text-overflow: ellipsis;
    border: 1.2px solid rgba(255, 255, 255, 0.12);
    text-align: center;
    filter: drop-shadow(4px 4px 10px rgb(0, 0, 0, 0.8));
}
.feed-item-img{    

    display: inline-block;
    height: 100%;
    width: 100%;
    background: white;
    border-radius: 12px;
    filter: drop-shadow(4px 4px 10px rgb(0, 0, 0, 0.8));
    margin: 0 0 30px;
    box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    border: 0px;
    color: white;
    overflow:hidden;
    text-overflow: ellipsis;


}
.feed-item-img img{ 


    display: block;
    width: 100%;
    height: 100%  !important;
    object-fit: cover;
}
.feed-item a{
    width: 90%;
    text-align: center;
    font-size: 3em;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-decoration: none;
  font-family: "Momo Trust Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position:relative;
    margin: 0 0 20px;

}

.feed-item-img a{
    width: 100%;
    
    text-align: center;

    color: rgb(255, 255, 255);
    cursor: pointer;
    text-decoration: none;
  font-family: "Momo Trust Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position:absolute;
  padding-bottom: 0;
  bottom: 0;
    margin: 0 0 0px;
    left: 50%;
    transform: translateX(-50%);
        filter: drop-shadow(4px 4px 10px rgb(0, 0, 0, 0.8));
    z-index: 5;
    background-image: linear-gradient(to top, #1d1d1da4,#1d1d1d7a,#1d1d1d7a, #ffffff00);

}

.a {
      font-size: 4em;
  aspect-ratio: 9 / 16;

}
.b {
      font-size: 3em;
  aspect-ratio: 4 / 3;
}
.c {
      font-size: 3em;
  aspect-ratio: 16 / 9;
}


.feed-item p{
    width: 90%;
    text-align: justify;
    font-size: 2em;
  font-family: "Momo Trust Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
    position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 5px;
  color: white;
}


#gallery {    
    margin-top: 70px;
    position: absolute;
    width: 70vw;
    min-width: 1300px;
    column-width: 650px;       /* target column width */
    column-gap: 20px;          /* space between columns */
    padding: 20px;
    box-sizing: border-box;

    margin: 0 auto; 
    left: 50%;
    transform: translateX(-50%);
}
