/* homepage - inv
*******************************/
.inv-badges.inv-badges {
    top: 12px!important;
    left: 12px!important;
}

.inv-grid.gallery-view .am-inv-row-3.am-inv-row-3 {
    margin-top: auto !important;
    padding: 10px 0px;
}
.inv-grid.gallery-view .am-inv-row-2.am-inv-row-2 {
    padding-top: 10px!important;
}

.inv-grid.gallery-view .inventory-list-container .flex-item .inventory-panel {
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
}
.inv-grid.gallery-view .am-inv-row-1 .pull-left:has(.fa-camera) {
    margin-left: 15px;
}
/* END - homepage - inv
*******************************/

.navbar-brand img {
    max-height: 125px!important;
}

.navbar-nav li.menu-heading a {
    font-size: 16px;
}

.inventory-price-column .inventory-price-container {
    background: linear-gradient(90deg, rgba(0, 57, 141, 1) 0%, rgba(0, 37, 92, 1) 100%);
}
.internetpricelabel {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin-block-start: 2.25em;
}
}
/********************************************
INVENTORY LIST
*********************************************/


/********************************************
IFRAME
*********************************************/
li.menu-heading a {
font-size:13px;
}
span.specifics-value {
    font-size: 19px;
}
span.accent-color2.specifics-label {
    font-size: 15px;
}
@media(min-width:0px) and (max-width:729px) {

 iframe {
    width: 100%;
    height: 1800px;
}

}