.custom-inventory .collapse, .custom-inventory .show{
  width: 100%;
  max-width: 100%;
  display: block!important;
}
.custom-inventory a{
  cursor: pointer;
}
.show, .collapse{
    width: 100%;
    max-width: 100%;
}
#TRKcollapseM{
  display: block!important;
  height: auto!important;
  position: relative!important;
}
#TRKcollapseM .col-md-6 h3{
  background-color: #c2232e;
  margin-bottom: 0;
  padding: 12px 15px;
  color: white;
  font-weight: bold;
  font-size: 29px;
  border-radius: 12px 12px 0px 0px;
}
#TRKcollapseM img {
    height: 420px!important;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}
.TRKcollapse-identifier:nth-child(odd) .row{
  justify-content: flex-end;
}
.uppercase-title{
  text-transform: uppercase;
}
.inventory-headline{
  font-weight: bold;
  font-size: 46px;
  color: #c2232e;
  margin-bottom: 32px;
}
.inventory-headline-second {
    font-weight: bold;
    font-size: 32px;
}

h4.uppercase-title{
  padding-right: 15px;
  padding-left: 15px;
  color: #dc3545;
  font-weight: 600;
  font-size: 18px;
}
.first-level-inventory a{
  position: relative;
}
.first-level-inventory a.unselected:after{
  content: "";
    background-color: rgb(0 0 0 / 60%);
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 15px 15px 0 0;
}
.second-level-inventory a{
  position: relative;
  display: block;
}
.second-level-inventory a:hover:after{
  content: "";
    background-color: rgb(0 0 0 / 60%);
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
  border-radius: 15px;
}

/* Modal */
.modal-averitt{
  display: none;
  overflow: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgb(0 0 0 / 50%);
}
.modal-wrap{
  position: relative;
    max-width: 500px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 10px 10px 5px grey;
    background-color: white;
}

/* close button */
.closebtn {
    width: 20px;
    height: 20px;
    position: relative;
    margin-left: auto;
}
.closebtn:before, .closebtn:after{
  content: '';
  height: 20px;
  border-left: 3px solid #000;
  position: absolute;
  left: 50%;
  top: 50%;
}
.closebtn:after {
   transform: translate(-50%, -50%) rotate(45deg);
}
.closebtn:before {
   transform: translate(-50%, -50%) rotate(-45deg);
}
.closebtn:hover {
    cursor: pointer;
}rflow: visible;
}