/* ************************************************************
***************************************************************
:: LOCATIONSEARCHRESULTS
***************************************************************
************************************************************ */
section[data-sectionname="locationsearchresults"] .results .entries .locationCard {
  width: calc(50% - 1rem);
}

/* ************************************************************
***************************************************************
:: USERMENU/USERMENU
***************************************************************
************************************************************* */
section[data-sectionname="userMenu"] > .body .menuList {
  width: 30%;
  max-width: 400px;
  display: block;
}

/* ************************************************************
***************************************************************
:: HOME
***************************************************************
************************************************************* */
section[data-sectionname="home"] .part_3 .slider .card {
  width: 25vw;
}

/* ************************************************************
***************************************************************
:: LOCATIONCARDS
***************************************************************
************************************************************* */
.locationEntries {
  grid-template-columns: repeat(2, minmax(300px, 1fr));
}
