
/* filepaths & image-specific attributes only */

cov-r section#A {
 background-image:url('http://www.dremyad.com/D/banner/coverIntro_m-36A00d.png');
}

cov-r section#B {
 background-image:url('http://www.dremyad.com/D/banner/coverB_m-33H01.png');
}


.image#header_main {
 background-image:url('http://www.dremyad.com/D/banner/header_Main.png');
}

.image#cover-202306-A {
 background-image:url('http://www.dremyad.com/D/banner/cover-202306-A.png');
}
.image#cover-202306-B {
 background-image:url('http://www.dremyad.com/D/banner/cover-202306-B.png');
}





/* - - - - - - - - - - - -
 - - - - - - - - - - - - - break.md
- - - - - - - - - - - - */

@media (min-width:768px) {

 cov-r section#A {
  background-image:url('http://www.dremyad.com/D/banner/coverIntro_t-36A00d.png');
 }


}



/* - - - - - - - - - - - -
 - - - - - - - - - - - - - break.lg (desktop)
- - - - - - - - - - - - */

@media (min-width: 992px) {

 cov-r section#A {
  background-image:url('http://www.dremyad.com/D/banner/cover-2024-dt.png');
  background-color:var(--middark);
 }
 .image#header_main {
  background-image:none;
 }


}


/* Dimensions of artwork non-responsive */
@media (min-width:992px) and (min-height:720px){
 main.gallery header #header_main,
 main.gallery figure img {
  max-width:360px;
 }
}
@media (min-width:992px) and (min-height:768px){
 main.gallery header #header_main,
 main.gallery figure img {
  max-width:400px;
 }
}
@media (min-width:992px) and (min-height:864px){
 main.gallery header #header_main,
 main.gallery figure img {
  max-width:452px;
 }
}
@media (min-width:992px) and (min-height:900px){
 main.gallery header #header_main,
 main.gallery figure img {
  max-width:500px;
 }
}
