/*@media screen and (prefers-reduced-motion: reduce) { body{ display: none !important; } }*/

/* Header */
#openCoursesMenu,
a.openLoginPopup[data-tab="registertab"] {
    display: none !important;    
}

/* Homepage - Courses list */
#coursesCarousel > div.owl-wrapper-outer > div > div > li > div.item-course-desc > div:nth-child(3)
{
    display: none !important;
}

/* Homepage - Our Instructors */
#owl-demo1 > div.owl-wrapper-outer > div > div > div > div:nth-child(3),
#owl-demo1 > div.owl-wrapper-outer > div > div > div > div:nth-child(4)
{
    display: none !important;
}

#owl-demo1 > div.owl-wrapper-outer > div > div > div > div.instructorThumbnailVideo > img {
        border-radius: 4% !important;
        width: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
}

#product-subtitle,
body > div.productBanner1 > div > div
{
	display: none !important;
}

@media (max-width:420px) {
	body > div.productBanner1 {
		min-height: max-content;
	}
}