@media screen and (max-width:992px) {
.full-slider {
margin: 0
}
.h1,
h1 {
font-size: calc(.775rem + 1.5vw)
}
.wp-block-image.size-full img {
width: 100% !important;
}
}
@media screen and (max-width:767px) {
.explore {
margin-bottom: 50px
}
.story_section .explore {
margin-bottom: 0
}
.copy_right {
margin-top: 24px
}
.arrow_btn {
bottom: 24px;
left: 10px
}
.home_text h1 {
font-size: 2rem
}
.home_text {
padding-top: 4rem;
padding-bottom: 0
}
figure img { }
} @media screen and (max-width:600px) {
.our-campus-slider .figure{
height: 350px;
}
}
@media (max-width: 767px) {
.our-campus-slider .item {
height: 250px;
border-radius: 12px;  
overflow: hidden;      
}
.our-campus-slider .figure {
height: 100%;
margin: 0;
}
.our-campus-slider .figure img {
height: 100%;
width: 100%;
object-fit: cover;
display: block;
}
.img_text {
padding: 10px !important;
}
}