<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Este es el slider 6*/
.banner-inmotek {
    padding: 0;
	background-size: 0;
    height: 17rem;
    overflow: hidden;
    background-color: #ccc;
}

#videorandom {
    width: 100%;
    left: 0px !important;
    height: 17rem;
    position: absolute;
}


@media (min-width: 576px) {
    #videorandom {
        width: 100% !important;
        left: 0px !important;
        height: auto;
        position: absolute;
    }
    
    .banner-inmotek {
        padding: 0;
        height: 20rem;
    }
}

@media (min-width: 768px) {
    #videorandom {
        position: relative;
        margin-top: -7rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.banner-inmotek {
	    padding: 100px 0;
        height: 30rem !important;
	    
	}
	
	#videorandom {
	    height: 40rem;
	    margin-top: -17.5rem;
	}
}

@media (min-width: 1200px) {
	.banner-inmotek {
	    padding: 200px 0;
        height: 650px !important;
	}
	
	#videorandom {
	    height: auto;
	}
}</pre></body></html>