.destinationsCard {
    height: 360px;
    width: auto;
    border-radius: 10px;
    overflow: hidden;
}

.destinationsCard img {
    transition: 0.35s ease-out
}

.destinationsCard:hover.destinationsCard img {
    scale: 1.05
}

.destinationContent {
    z-index: 1;
    background: linear-gradient(to top, #00000073, transparent, transparent);
}
