@media (min-width: 992px)
<style>
.col-md-9 {
    width: 100% !important;
}
@media (max-width: 760px) and (min-width: 320px){
	.account__sub-menu {
left:-200%!important;
}
}