.navbar-soft {
	background-color:black;
    position:static;
    width: 100%;   
}
 
.bg-jgrey {
    background-color: #d2d2d2 !important;
}

/* .navbar-soft .navbar-nav .nav-item .nav-link,
.navbar-soft .navbar-nav .nav-item .nav-link {
	color: white;	
} */

.navbar-soft .navbar-nav .nav-item:hover .nav-link,
.navbar-soft .navbar-nav .nav-item.show .nav-link {
	border-bottom: 2px solid orange;
	color: white;	
}

.slider__image__detail-large-two .slider__image__detail-large-one {
    max-height: 85vh;
    height: 85vh;
}

.item .slider__image__detail-large-one video, .item .slider__image__detail-large-one iframe{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.slider__image__detail-large-two .slider__image__detail-large-one img {
    height: 100%;
}

.slider__image__detail-large-two .slider__image__detail-large-one .description {
    bottom: 0;
    height: auto;
}

.home__video-area + .slider__image__detail-large-two .slider__image__detail-large-one .description {
    bottom: 0;
    height: auto;
}

.slider__image__detail-thumb-two .slider__image__detail-thumb-one img {
    height: 14vh;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
	 .sliderimage_detail-large-one img {
		height: 240px;	
	}
	
	.item .slider__image__detail-large-one video {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.slider_imagedetail-large-two .sliderimage_detail-large-one img {
		height:	240px;
		width: auto;
	}

	.slider__image__detail-large-two .slider__image__detail-large-one .description {
		margin: 0 !important;
    	bottom: 0px;
	}

	.slider__image__detail-large-two .slider__image__detail-large-one .description .channel__icon {
		display: none;
	}
	
	.slider__image__detail-large-two .slider__image__detail-large-one {
        max-height: 25vh;
        height: auto;
    }
	

    .slider__image__detail-thumb-two .slider__image__detail-thumb-one img {
        height: 7vh;
    }
    
    .slider__image__detail-large-two .slider__image__detail-large-one::after {
        box-shadow: inset -20px 0 100px 60px rgb(0 0 0 / 50%);
    }
    
    .navbar-soft {
        background-color: black;
        position: relative;
        background-image: none;
    }

	.navbar-soft .navbar-toggler {
		border-color: white;
	}

	.navbar-soft .navbar-toggler-icon {
	    background-image: url(https://justsimple.biz/offenhouse3/images/burger-menu-01.svg);
	    background-size: 20px 20px;
	}

	.navbar-soft .navbar-nav .nav-link, .navbar-soft .navbar-nav .nav-item:hover .nav-link, .navbar-soft .navbar-nav .nav-item.show .nav-link {
		color: white;
	}

	.item .text-capitalize {
		font-size: 12px !important;
	}

	.text-capitalize.ml-2 {
		font-size: 15px;
	}
	
	.slider_imagedetail-large-two .sliderimage_detail-large-one::after {
		width: 100%;
		bottom: 0;
		left: 0;
		position: absolute;
		content: "";
		display: block;
		box-shadow:inset 0px 0px 75px 15px rgba(0,0,0,0.6)!important;
		height: auto;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.text-sm.text-capitalize {
			font-size: 24px !important;
		}
}

@media screen and (min-width: 320px) and (max-width: 575px) {
	.text-sm.text-capitalize {
			font-size: 14px !important;
		}
}