PREMIUM AUTOMOTIVE STYLING
WRAPS.TINT.
PROTECTION.
Premium vehicle wraps, window tint, PPF & ceramic coating.
Built for drivers who demand more.
/* =========================
M-WRAP GLOBAL
========================= */
body {
background: #000 !important;
color: #fff;
}
/* Headings */
h1,
h2,
h3,
h4 {
text-transform: uppercase;
font-weight: 800;
letter-spacing: -0.02em;
}
/* =========================
BUTTONS
========================= */
.sqs-block-button-element {
background: #ed1c24 !important;
color: #fff !important;
border: 1px solid #ed1c24 !important;
border-radius: 0 !important;
font-weight: 700 !important;
text-transform: uppercase;
letter-spacing: .05em;
transition: all .25s ease;
}
.sqs-block-button-element:hover {
background: #fff !important;
color: #000 !important;
border-color: #fff !important;
transform: translateY(-2px);
}
/* =========================
GALLERY
========================= */
.gallery-grid-item {
overflow: hidden;
}
.gallery-grid-item img {
transition: transform .5s ease;
}
.gallery-grid-item:hover img {
transform: scale(1.04);
}
/* =========================
MOBILE
========================= */
@media screen and (max-width: 767px) {
h1 {
font-size: 48px !important;
line-height: .92 !important;
}
h2 {
font-size: 34px !important;
line-height: 1 !important;
}
h3 {
font-size: 24px !important;
}
.sqs-block-button-element {
width: 100%;
text-align: center;
}
}