.button{ height:45px; width:250px; border-radius:3px; border:rgba(0,0,0,.3) 0px solid; box-sizing:border-box; padding:10px; background:#80b438; color:#FFF; font-weight:400; font-size: 15px; transition:background .4s; cursor:pointer; font-weight:bold; text-transform: uppercase; }.button:hover{ background:#5c8228; } .select{ height:45px; width:280px; border-radius:3px; border:rgba(0,0,0,.3) 0px solid; box-sizing:border-box; padding:10px; background:#80b438; color:#FFF; font-weight:400; font-size: 15px; transition:background .4s; cursor:pointer; } @media screen and (max-width: 760px) { .m-b{width:130px;} } .select option { font-size: 13px; } .bat_cat { z-index:100; position: fixed; left: 50%; top: 100%; margin-left:-100px; margin-top:-60px; width:200px; } @media screen and (min-width: 1200px) { .bat_cat { margin-left:0px; top: 140px; } }