<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 575px){

  .desktop-view{display: none;}
  .mobile-view{display: block;}

  .banner-sec-2 {height: 15rem;}

  #head-intro .carousel-indicators {
    right: 75%;
    bottom: 70%;
    left: 0%;
  }
  
	.col-xl-4 .single-story-new .back a,
	.single-story-new .back a.col4,
	.single-story-new .back a	{
		top: 7.3rem;
		right: 7.3rem;
	}

}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px){

  .desktop-view{display: none;}
  .mobile-view{display: block;}

  .banner-sec-2 {height: 15rem;}

  #head-intro .carousel-indicators {
    right: 75%;
    bottom: 80%;
    left: 0%;
  }
 
/* 
	.col-xl-4 .single-story-new .back a,
	.single-story-new .back a.col4,
	.single-story-new .back a	{
		top: 10rem;
		right: 10rem;
	}
*/
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px){

  .desktop-view{display: none;}
  .mobile-view{display: block;}

  .banner-sec-2 {height: 15rem;}

  #head-intro .carousel-indicators {
    right: 75%;
    bottom: 70%;
    left: 0%;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px){

  .desktop-view{display: block;}
  .mobile-view{display: none;}

  .banner-sec-2 {height: 100vh;}

  #head-intro .carousel-indicators {
    right: 80%;
    bottom: 60%;
    left: 0%;
  }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .desktop-view{display: block;}
  .mobile-view{display: none;}

  .banner-sec-2 {height: 100vh;}

  #head-intro .carousel-indicators {
    right: 80%;
    bottom: 60%;
    left: 0%;
  }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

  .desktop-view{display: block;}
  .mobile-view{display: none;}

  .banner-sec-2 {height: 100vh;}

  #head-intro .carousel-indicators {
      right: 80%;
      bottom: 60%;
      left: 0%;
  }

}
</pre></body></html>