<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-hardware-image img {
    height: 380px; 
}

.home-hardware-logo img{
    height: 30px;
}

.magnet-video .button {
   position: absolute;
   bottom: 10px;
}

.phone-slider .owl-dots {
    bottom: -40px !important;
}

@media (max-width: 639px) {
    .home-hardware-image {
        margin-top: 30px;
        height: 220px;
        position: relative;
        overflow: hidden;
    }

    .home-hardware-image img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: auto;
    }
}</pre></body></html>