.giph-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.giph-row img {
    height: 150px;
    width: auto;
}

@media (max-width: 768px) {
    .giph-row {

        padding-top: 1.5rem;
        /* Increased padding to account for offset */
    }
}