.zigImage img {
    height: 350px !important;
}
button#load-more-zigzag {
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 0.375rem;
    border: none !important;
}

.authorImage img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
}
.authorContent p {
    font-size: 12px;
}
.authorTitle {
    margin: 0 !important;
    font-size: 14px !important;
}
.ms-loader {
    width: 50px;
    aspect-ratio: 1;
    --_c:no-repeat radial-gradient(farthest-side,#000 92%,#000);
    background: 
      var(--_c) top,
      var(--_c) left,
      var(--_c) right,
      var(--_c) bottom;
    background-size: 12px 12px;
    animation: l7 1s infinite;
    margin: 0 auto;
}

.extra_padding{
    padding: 20px;
}
  
@keyframes l7 {to{transform: rotate(.5turn)}}


@media (max-width:1000px){
    .zigImage img {
        height: 200px !important;
    }
}

@media (max-width:767px){
  
    .zigImage img{
        height: auto !important;
    }
    .extra_padding{
        padding: 20px 0 0 0;
    }
}