.navbar li.dropdown:hover > ul.dropdown-menu {
  display: block; }

.homestay-card .image-fallback {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.homestay-card .profile_photo > img {
  display: none; }

.showcases.show .card,
.showcases.show .card-container .host-card,
.showcases.index .card,
.showcases.index .card-container .host-card {
  opacity: 1;
  float: left;
  visibility: visible;
  position: static; }
  .showcases.show .card [data-layzr][data-layzr-bg] .fallback-bg,
  .showcases.show .card-container .host-card [data-layzr][data-layzr-bg] .fallback-bg,
  .showcases.index .card [data-layzr][data-layzr-bg] .fallback-bg,
  .showcases.index .card-container .host-card [data-layzr][data-layzr-bg] .fallback-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover; }
  .showcases.show .card .contents,
  .showcases.show .card-container .host-card .contents,
  .showcases.index .card .contents,
  .showcases.index .card-container .host-card .contents {
    height: 320px !important; }
    .showcases.show .card .contents .overlay,
    .showcases.show .card-container .host-card .contents .overlay,
    .showcases.index .card .contents .overlay,
    .showcases.index .card-container .host-card .contents .overlay {
      bottom: 0; }
      .showcases.show .card .contents .overlay *,
      .showcases.show .card-container .host-card .contents .overlay *,
      .showcases.index .card .contents .overlay *,
      .showcases.index .card-container .host-card .contents .overlay * {
        opacity: 1; }
.showcases.show .column-3 .host-card:nth-child(3n+1),
.showcases.index .column-3 .host-card:nth-child(3n+1) {
  clear: both; }
.showcases.show .card:nth-child(4n+1),
.showcases.show .column-4 .host-card:nth-child(4n+1),
.showcases.index .card:nth-child(4n+1),
.showcases.index .column-4 .host-card:nth-child(4n+1) {
  clear: both; }
