@media only screen and (max-width: 569px) {
    .cardhome {
        max-width: 100%;
        /* justify-content:center; */
        border-right:2px solid #c4c3c3; 

        }
    .cards {
        display: flex;
        flex-direction: column;
        justify-content:center;
    }
	.rightsd {
        border-right:none;
        width:auto;
    }
	.rightsdslider {
		justify-content: unset;
		border-right: none;
	}
    .dateandtime{
       justify-content:start;
       margin:15px 0px 0px 0px;
    }
    .knowbutton{
       margin:-15px 0px 0px 0px;
    }
    .athr{
       margin:-6px 0px 0px 0px;
       justify-content:center;
    }
    .photo
    {
        text-align:center;
    }
  }
   @media only screen and (min-width: 576px) and (max-width: 1140px){
    .newz-container .cardhome {
        flex:fit-content;
    }
    .cards{
        margin:auto;
        max-width:600px;
    }
  }
  @media only screen and (min-width : 1140px) {
    .newz-container .cardhome {
        flex:min-content;
    }
  }
  @media only screen and (min-width : 0px) and (max-width : 569px ) {
    .slider-nav {
        height:536px !important;
    }
    .slick-prev {
        display: none !important;
  }
  .slick-next.slick-arrow {
    display: none !important;
  }
    .headline{
        width:260px !important;
    }
	  .slick-initialized .slick-slide {
		  display: block;
		  border-right:2px solid #c4c3c3;
		}
  }
  @media only screen and (min-width : 570px) and (max-width : 1140px){
    .slider-nav{
        height : 321px; 
    }
    .slick-prev {
        display:none !important;
    }
    .slick-next.slick-arrow {
        display: none;
      }
}
@media only screen and (max-width:412px) {
      .cards{
          object-fit: contain;
      }
  }


  @media only screen and (max-width: 1920px) and (min-width: 1124px){
    .n2-section-smartslider.fitvidsignore.n2_clear {
        min-width: 1119px;
    }
}

@media only screen and (max-width: 767px)
	{
.dvimg {
    width: 288px;
        }
}
@media only screen and (max-width: 569px){
.cardhome {
    max-width: 100%;
    padding-left: 43px;
}
}
.rightsd{
justify-content:flex-start;
}   