@media only screen and (min-width : 320px) and (max-width : 480px) {
}
@media(max-width:1340px){
} @media only screen and (min-width : 320px) and (max-width : 767.98px) {
#access {
display: none;
}
#mob-menu-container {
display: block;
}
#side-bar { 
display: none;
}
.more-btn { 
margin-bottom: 30px;
}
#EventsRow .view-all, #CalendarRow .view-all { 
left: 0;
position: relative;
top: -10px;
}
}
@media(max-width:991px){
#admission-banner h4 {
margin-bottom: 20px !important;
}
}
@media(max-width:767px){
.slicknav_menu {
margin-top: 0px !important;
}
button.butn.btn {
margin-top: 0px;
}
.brand-logo {
min-height: 80px;
}
header .row {
align-items: center;
}
} @media only screen and (min-width : 768px) and (max-width : 1024px) {
} @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
} @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
} @media only screen and (min-width : 1824px) {
}