_medium.scss
612 Bytes
@media screen and (min-width: 668px) and (max-width: 991px) {
.home-page .VideoBg, .hero-section .hero-col{
height: 600px !important;
}
.update-profile-blk {
.profile-list {
li {
width: 33.333%;
}
}
}
}
@media screen and (max-width: 991px) {
.profile-section {
padding-bottom: 0;
.profile-pic {
margin: 30px 0;
width: 180px;
height: 180px;
}
}
.course-recom-section {
padding-top: 50px;
}
.hidden-sm {
display: none !important;
}
}
@media screen and (min-width: 992px) {
.hidden-lg {
display: none !important;
}
}