@media screen and (max-width: 768px) {
body {
    background: #FFF url('/images/backlexus.jpg') center top no-repeat fixed;
    box-shadow: inset 0 115px 0 0 rgba(256, 256, 256, 0.7);
}
.lexes_allvis {
    width: calc(100% - 20px);
}
.lexes_texmain {	overflow:hidden;
}
.lexes_texmain li {
    margin: 7px 0px;
}
#search {	float:none;
	clear:both;
	margin:5px 10px 0 10px;
	width: auto;
}
.lexes_toploas {
    height: auto;
    padding: 0px 0;
}
.lexes_toploas img {	display:block;
	margin:0px auto;
	max-width:200px;
}
.lexes_fimen ul li a {
    font-size: 12px;
    padding: 4px 6px;
}
.lexes_fimen {
    padding: 0;
    position: relative;
    height: auto;
    z-index: 400;
    margin-top: 10px;
    overflow:hidden;
    height: 25px;
}
.secondimage {	display:none;
}
table {	width:100% !important;
}
}