@media screen and (min-width: 699px) {
  /* 25 */
  ul.ArtsDot-Lists-Content-Items {
    padding-left: 0;
  }

  /* 17.III */

  div.ArtsDot-Articles-Content-Aside-Articles-Article {
    
  }

  /* h1: font size */
  div.ArtsDot-Articles-Content-Aside-Articles-Block h2 {
    font-size: 1.8vw;
  }

  /* p: max lines */
  div.ArtsDot-Articles-Content-Aside-Articles-Block
    div.ArtsDot-Articles-Content-Aside-Articles-Article
    p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: unset !important;
    padding-bottom: unset;
  }

  /* image: dimensions*/
  div.ArtsDot-Articles-Content-Aside-Articles-Block
    div.ArtsDot-Articles-Content-Aside-Articles-Article
    img {
    /* width: 62.5%; */
    width: 100%;
    height: auto;
    /* transform: scale(0.75); */
    margin: 0 !important;
    margin-bottom: 0.75rem !important;
    /* margin: 0 auto 0.75rem !important; */
  }
}

/* 11.I */
span.Artsdot-ArtLists-DB-Images-7-col
  > a
  > div.ArtsDot-ArtLists-Content-Item-Description-Button-Orange {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 3III. */
div.ArtsDot-ShopBuy-StartBlock div.ShopByRoom-box {
  height: 27.2vw;
}

@media screen and (min-width: 700px) and (max-width: 1025px) {
  /* 18.I */
  div.ArtsDot-Content-Block > div.ArtsDot-Articles-Content-Block {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 0;
  }
  div.ArtsDot-Content-Block
    > div.ArtsDot-Articles-Content-Block
    > div.ArtsDot-Articles-Content-Article {
    padding-left: 0;
    padding-right: 0;
    width: 70%;
  }

  /* 10.I */
  /*.MainDivTable font[face="Times New Roman"] > a,
  .MainDivTable font[face="Times New Roman"] > span {
    transform: scale(10);
}*/

  /* 3III. ShopByRoom */
  div.ArtsDot-ShopBuy-StartBlock div.ShopByRoom-box {
    height: 28.5vw;
  }

  /* ShopByGift */
  div.ArtsDot-ShopBuy-StartBlock div.ShopByGift-box {
    height: 27.2vw;
  }

  /* 4.3II. */
  /* 
* {
  box-sizing: border-box;
}

body, body > form {
  box-sizing: border-box;
  width: 100vw;
}

.ArtsDot-Header-Background {
  position: static;
  left: 0;
  padding-left: 2vw;
  box-sizing: border-box;
  width: 100vw;
}

.ArtsDot-Header-Background > table,
.ArtsDot-Header-Background > table > tbody,
.ArtsDot-Header-Background > table > tbody > tr,
.ArtsDot-Header-Background > table > tbody > tr > td {
  display: block;
}

.ArtsDot-Header-Background > table > tbody > tr {
  display: flex;
}

.ArtsDot-Header-Background > table,
.ArtsDot-Header-Background > table > tbody,
.ArtsDot-Header-Background > table > tbody > tr {
  box-sizing: border-box;
  width: 100vw;
}
.ArtsDot-Header-menu-block {
  box-sizing: border-box;
  width: 100vw;
}

.ArtsDot-Footer-Block {
  box-sizing: border-box;
  width: 100vw;
}

.ArtsDot-ShopBuy-StartBlock.container.clearfix {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
*/
}

/* 25.IV. */
div.ArtsDot-Artwork-About_Artist-Biography-Text br {
  display: block !important;
  content: "";
  margin: 0.75em;
}

/* 2 */
.ArtsDot-BuyCustom-Frame-Block {
  font-size: 1vw;
}
.ArtsDot-BuyCustom-Frame-Block > .ArtsDot-Content-Block-Gray {
  padding: 2vw;
}

.ArtsDot-BuyCustom-Frame-Block > .ArtsDot-BuyCustom-Step-Heading {
  margin-bottom: 2vw;
}
