/*-------------------------------------------------------*/
/* Destinations
/*-------------------------------------------------------*/
.destination { position: relative; }

.destination__container { position: relative; border-radius: 5px; overflow: hidden; }

.destination__wrapper { height: 480px; display: flex; flex-direction: column; position: relative; padding: 20px; }

.destination__thumb { position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: block; height: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; }

.destination__wrapper .destination__thumb { transition: all 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); }

.destination__content { position: relative; margin-top: auto; text-align: center; }

.destination__title { font-size: 1.5rem; }

.destination__category { text-transform: uppercase; font-weight: 700; font-size: 0.875rem; letter-spacing: 2px; }

.destination.has-post-thumbnail .destination__category, .destination.has-post-thumbnail .destination__title { color: #fff; }

.destination:focus .destination__thumb, .destination:hover .destination__thumb { transform: scale(1.2, 1.2); }
