* {
  user-select: none;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge cũ */
}
html, body {
    background-color: #000;
    width: 100%!important;
    height: 100%!important;
    overflow-x:hidden!important;
}
.row{max-width:1280px;margin: 0 !important;
    padding: 0 !important;}
.row .showroom{        flex: 0 0 75%;
        max-width: 75%;}
.row .remote{        flex: 0 0 25%;
        max-width: 25%;}
		
@media (max-width: 991px) {
	.row .showroom,.row .remote{width:100%}
}