.ProductIcon__Wrapper--gallery-index {
left: unset;
width: max-content;
}



.ProductIcon__LargeCircle--course {
margin-left: 0px;
}



#feature .carousel-inner .item img {
min-height: 300px;
object-fit: cover;
object-position: left;
}



@media only screen and (max-width: 1100px) {
.feature-region {
background-size: cover;
}
}



@media only screen and (max-width: 600px) {
#feature .carousel-inner .item img {
object-position: -100px;
}
}



@media only screen and (max-width: 500px) {
#search-form .search-box-wrapper {
width: 70%;
}
.feature-region {
max-height: 210px !important;
}
}



.ic-Login-header {
display: block;
}



.ic-Login-header__logo {
max-width: 220px;
margin: 0 auto;
}



body.no-headers .ic-Layout-contentMain {
height: 100vh;
display: grid;
place-content: center;
}



.ic-Login {
width: max-content;
}