#page-container {
    margin-top: 15px;
    margin-bottom: 50px;
    max-width: 1700px;
	min-width: 1125px;
}

#mainbanner {
    display: flex;
    width: 100%;
    height: 500px;
    position: relative;
}
.showroom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    height: auto;
}
.showroom h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: rgb(0, 113, 197);
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 20px;
    font-weight: bold;
}
.showroom span {
    display: flex;
    width: 100%;
    height: auto;
}
.showroom h1 a {
    color: inherit;
    text-decoration: none;
}
#liqui-products-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 420px;
}
.showroom-more {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20px;
    justify-content: end;
}
.showroom-more a {
    color: rgb(0, 150, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
}

/* Products Container Defines */
.liqui-products-container {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0px 0px 5px 0px;
}

/*Phone Mode*/
@media screen and (max-width: 1000px) { 
    #mainbanner {
        height: 300px;
    }
    /*.banner img {
        width: 100%;
        height: auto;
    }
    .banner {
        width: 100% !important;
        height: 200%;
    }*/
    .showroom {
        width: 100%;
        height: auto;
        justify-content: space-between;
    }
    .showroom span{
        justify-content: center;
        background-color: rgba(0, 113, 197, 0.1);
        margin-top: 5px;
    }
    .showroom h1 {
        font-size:calc(9px + 2.5vw);
        margin: 0px;
    }
    .showroom-more {
        width: 100%;
        height: 10px;
        justify-content: center;
        margin-bottom: calc(10px + 2.8vh);
    }
    .showroom-more a {
        font-size: calc(7px + 0.9vw);
        text-decoration: underline;
        background-color: rgba(0, 150, 255, 0.01);
    }
}

@media screen and (max-width: 767px) {
    #mainbanner {
        height: 200px;
    }
}
@media screen and (max-width: 415px) {
    #mainbanner {
        height: 150px;
    }
}