@media screen and (max-width: 992px) {
    .upper-header{
        display:none;
    }
    .logoFig img {
    object-fit: contain;
}
	.NAviagationNav {
		height: 100%; /* 100% Full-height */
		width: 0; /* 0 width - change this with JavaScript */
		position: fixed; /* Stay in place */
		z-index: 1; /* Stay on top */
		top: 0; /* Stay at the top */
		left: 0;
		background-color: #111; /* Black*/
		overflow-x: hidden; /* Disable horizontal scroll */
		padding-top: 60px; /* Place content 60px from the top */
		transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	}
        footer.nmFooter.py-5 {
        }
        .upperHeaderSelector {
            text-align: center;
        }
        ul li.menu-item-has-children:before{
            diplay:none;
        }
	/* The navigation menu links */
	.NAviagationNav a {
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		font-size: 25px;
		color: #818181;
		display: block;
		transition: 0.3s;
	}
	span.mobile-menu {
		display: block;
	}

	/* When you mouse over the navigation links, change their color */
	.NAviagationNav a:hover {
		color: #f1f1f1;
	}

	/* Position and style the close button (top right corner) */
	.NAviagationNav .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}

	/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
	#main {
		transition: margin-left .5s;
		padding: 20px;
	}
	.MenuUl {
		align-items: flex-start;
		flex-direction: column;
	}
	.mobile-menu{
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		font-size: 20px;
		font-weight: 600;
		cursor: pointer;
	}
	.nmNavigation {
		padding: 5px;
	}
	.Title-large {
		font-size: 30px;
		line-height: 1.2;
		font-weight: 500;
	}
	.scrollableDiv{
		height: auto;
		margin-bottom: 10px;
	}
	.pointerContent .newsTitle:before{
		height: 10px;
		width: 10px;
	}
	li.Interview a,li.Interview:last-child a {
		padding: 2px 2px 0px 60px;
	}
	.BicharImg figure img{
		height: 300px;
		border-radius: 0;
		width:100%;
	}
	.pointedNews {
		padding: 20px;
		background: #eee;
		border-radius: 10px;
	}

	div#thumbnail-slider .inner ul {
		display: flex;
		height: auto;
	}
	#thumbnail-slider{
		height: auto;
		display: none;
	}
	.menu-item-has-children:hover ul.sub-menu {
    display: block;
    }
    ul.sub-menu {
       position: relative;
        display: none;
        width: 100%;
        min-width: 250px;
    }
    .menu-item .navLink{
        width:100%;
    }
    .rightBoxes{
        width:100%;
    }
    .rightBoxes a {
        padding: 4px 18px;
    background-color: #bf0909;
    color: #fff;
    font-size: 18px;
    line-height: 15px;
}
}
@media screen and (max-width: 768px) {
    .rvs-item-container:before{
        left:18%;
    }
    .rvs-item-container:after{
        left:30%;
    }
    .bannerArticle img{
        object-fit:contain;
        height:auto;
    }
    html,body{
        overflow-x:hidden;
    }
	section.singleBanner img{
		height:max-content;
	}
}