.bounce-loader{
    width: auto;
    height: auto;
    height: 100vh;
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#projects .thumb-info img {
    height: 200px;
    object-fit: fill;
    border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .wrapper-pulse img {width: 360px; margin: auto;}
}