@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
{
}
@media only screen and (max-width: 767px) {
.ham-close-btn {
width: 100%!important;
display: inherit!important;
justify-content: right!important;
align-items: inherit!important;
position: absolute!important;
right: 15px !important;
top: 28px !important;
}
.ham-close-btn .t-top img {
width: 22px!important;
margin-left: 0!important;
}
nav.top {
height: auto !important;}
}