.movie-container {
display: flex !important;
flex-wrap: wrap !important;
}
.instructors-container img {
    max-width: 100%;
    height: 310px;
    object-fit: cover;
}

.sp-logos {
    flex-wrap: nowrap !important;
}
@media screen and (min-width: 800px) and (max-width: 1440px) {
.main-nav  > .full-wrapper {
display: flex;
}
.main-nav  > .full-wrapper > #first_logo {
order: 0;
}
.main-nav  > .full-wrapper > #desktop-nav {
order: 2;
}
.main-nav  > .full-wrapper > #second_logo {
order: 3;
}
.main-nav .full-wrapper {
justify-content: space-between !important;
}
.main-nav .inner-nav ul li {
    margin-left: 18px !important;
}

.desktop-nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.desktop-nav #primary-nav {
display: flex;
align-items: center;
justify-content: center;
}
.desktop-nav > ul.modules {
width: 55px !important;
}
.desktop-nav > ul.modules * {
margin: 0px !important;
}
.desktop-nav > ul.modules ul {
display: flex;
padding-top: 10px !important;
}

}

@media screen and (max-width: 1440px) {


}


@media screen and (max-width: 1024px) {
	.sp-logos {
    flex-wrap: wrap !important;
}
}