.container { max-width: 800px; margin-left: auto; margin-right: auto; } @media screen and (max-width:650px) { #live_order_layer { width: 150px !important; height: 40px; font-size: 1em !important; line-height: 15px !important; } #live_order_name { font-size: 1.3em !important; line-height: 1.3em; } #live_order_city { font-size: 0.9em !important; } #stock { font-size: 5vw !important; } } @media screen and (min-width:650px) and (max-width:1024px) { #live_order_layer { width: 300px !important; height: 80px; font-size: 20px !important; line-height: 35px !important; } #live_order_name { font-size: 30px !important; line-height: 5vw; } #live_order_city { font-size: 30px !important; } #stock { font-size: 5vw !important; } } .position-absolute { position: absolute; } .position-relative { position: relative; } @media screen and (min-width:1024px) and (max-width:2560px) { #live_order_layer { width: 300px !important; height: 80px; font-size: 20px !important; line-height: 35px !important; } #live_order_name { font-size: 30px !important; } #live_order_city { font-size: 30px !important; } #countdown_hours { font-size: 40px !important; } #countdown_minutes { font-size: 40px !important; } #countdown_seconds { font-size: 40px !important; } #stock { font-size: 3vw !important; } } @media screen and (min-width:1444px) { #stock { font-size: 2.2vw !important; } } @media screen and (min-width:2560px) { #stock { font-size: 1.6vw !important; } } @media screen and (min-width:800px) and (max-width:1020px) {} .text-capitalize { text-transform: capitalize; } .text-right { text-align: right; } body { color: #5e5e5e; }.video-container { position: relative; width: 100%;padding-bottom: 56.25%;height: 0;overflow: hidden;}.video-container iframe { position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}._cb{margin-bottom: -1px !important;}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .0rem) !important;
    padding-left: var(--bs-gutter-x, .0rem) !important;
    margin-right: auto;
    margin-left: auto;
}