* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: #f7f6f2;
  overflow-x: hidden;
}

:-webkit-any(article, aside, nav, section) h1 {
  margin-block-start: 0px;
  margin-block-end: 10px;
}

article,
header,
aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  margin: auto;
  overflow-x: hidden;
}

section {
  width: 100%;
  max-width: 100vw;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

h1 {
  display: inline;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 110px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
  padding: 0px 20px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

p {
  margin: 20px auto;
}

/*---- NAV HEADER  ------*/

.topmenu-sticky {
  position: fixed;
  top: 65px;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: auto;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f6f2;
  text-align: center;
}

#scrollmenu_header {
  display: inline;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0f0f0f;
  padding-right: 20px;
  border-right: 1px solid #c1bec1;
  cursor: default;
  text-decoration: none;
  background-color: #f7f6f2;
  padding-left: 20px;
}

ul.scrollmenu {
  display: inline;
  background-color: #f7f6f2;
  overflow: auto;
  white-space: nowrap;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0;
  letter-spacing: normal;
  text-align: left;
  color: #FF009D;
}

li.scrollmenu_item {
  display: inline;
  padding-left: 15px;
}

li.scrollmenu_item::before {
  content: "\25CB";
  margin-left: -10px;
  margin-right: 10px;
}

li.scrollmenu_item:hover::before {
  content: "\2022";
  margin-left: -8px;
  margin-right: 10px;
}

li.scrollmenu_item a:link {
  text-decoration: none;
  color: #0f0f0f;
}

li.scrollmenu_item a:visited {
  text-decoration: none;
  color: #0f0f0f;
}

li.scrollmenu_item a:hover {
  text-decoration: underline;
  color: #0f0f0f;
}

li.scrollmenu_item a:active {
  text-decoration: underline;
  color: #0f0f0f;
}

/*--------- ADV --------------------*/

/* .pubblicita {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #e6e6e6;
  overflow: hidden;
  position: relative;
  height: 0;
  margin-top: 150px;
  margin-bottom: 20px;
}

.pubblicita > div {
  position: absolute;
}

.animato {
  -webkit-transition: 0.50s ease-in-out;
  -moz-transition: 0.50s ease-in-out;
  -o-transition: 0.50s ease-in-out;
  transition: 0.50s ease-in-out;
} */

/*--------- HEADER --------------------*/

.title_background {
  width: 100%;
  max-width: 100vw;
  margin-top: 0;
  height: calc(100vh - 120px);
  background-color: #FF009D;
  color: #ffffff;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.0),
      rgba(0, 0, 0, 0.8)
    ),
    url(../img/cover_desktop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow-y: hidden;
  padding-bottom: 100px;
}

.scroll_div {
  bottom: 10px;
  border: 1px solid #ffffff;
  overflow: hidden;
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-top: 40px;
}

#scroll_img {
  cursor: pointer;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(-0, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 20px);
  }
}

.scroll_div:hover img {
  animation: animate 1.5s infinite;
}



#firma {
  padding-top: 10px;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

/* SECTIONS DIV CONTAINER */

.sections_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  margin: auto;
  padding-bottom: 50px;
}

#intersect_div {
  width: 100%;
  max-width: 100vw;
  margin: 0px;
  padding: 0px;
}



/* NUMERONI */


.counter_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.col_1,
.col_2,
.col_3,
.col_4 {
  width: 33%;
  text-align: center;
  vertical-align: top;
}




.filetto_verticale {
  border-right: 1px solid rgba(31, 34, 38, 0.5);
}



#total_1 {
  color: #FF009D;
}


#total_2 {
  color: #FF009D;
}


#total_3 {
  color: #2a00b6;
}


#total_4 {
  color: #2a00b6;
}


.count-text {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.88;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}


.count-text_total {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}


/*--- TEXT BLOCKS ---*/

.box_container_img_top {
  width: 100%;
  max-width: 100vw;
  background-position: center center;
  position: relative;
  /* height: 100vh; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* background-size: contain; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: fit-content;
  height: -moz-fit-content;
}

.box_container_chapter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: fit-content;
  height: -moz-fit-content;
}

.box_chart {
  width: 100%;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.box_chart_full_width {
  width: 95vw;
  max-width: 95vw;
}

.box_title {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  margin-top: 290px;
  /* margin-top: 380px; */
  padding: 0px 20px 0px 20px;
  width: 620px;
  background-color: #f7f6f2;
  padding-top: 20px;
}

.box_title_no_img {
  margin-top: 10px;
  padding: 0;
  width: 620px;
  position: relative;
  text-align: left;
}

.anchor {
  position: absolute;
  top: -150px;
}

.box_title_no_img h2 {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
}

.box_title_italic {
  font-size: 28px;
  line-height: 1.29;
  font-style: italic;
}

.occhiello {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

.box_text {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  width: 620px;
}

.box_text a {
  color: #FF009D;
  text-decoration: underline;
}

.box_text a :visited {
  color: #FF009D;
  text-decoration: underline;
}

.box_text a:hover {
  cursor: pointer;
  color: #ff51bc;
  text-decoration: underline;
}

.box_text a:active {
  color: #ff51bc;
  text-decoration: underline;
}

.short_list li {
  padding-bottom: 5px;
}

.foto {
  position: relative;
  left: -80px;
  float: left;
  padding-top: 7px;
  width: 200px;
  height: 250px;
  margin-right: -50px;
}


/* GRAFICI */

#change_chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 20px auto 40px auto;
}

.grafico_btn {
  width: 250px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 10px 30px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  outline: 0;
  cursor: pointer;
}

.grafico_btn:hover {
  background-color: #ff009d;
  color: #ffffff;
  font-weight: bold;
  outline: 0;
}

.grafico_btn_active {
  background-color: #ff009d;
  color: #ffffff;
  font-weight: bold;
  outline: 0;
}

.titolo_grafico {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin-top: 20px;
}

.sommario_grafico {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #808080;
  margin-bottom: 10px;
}

.fonte_grafico {
  align-self: baseline;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  opacity: 0.8;
  margin-top: 10px;
}


#grafico_quesito_1_btn,
#grafico_quesito_2_btn,
#grafico_quesito_3_btn {
  width: 33%;
}

#testo_quesito {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}


/* BACK TO TOP BUTTON */

#backtop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  z-index: 3;
  text-align: right;
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#backtop img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.link_note:link {
  color: #FF009D;
  opacity: 0.7;
  text-decoration: none;
}

.link_note:visited {
  color: #FF009D;
  opacity: 0.7;
  text-decoration: none;
}

.link_note:hover {
  color: #FF009D;
  opacity: 1;
  text-decoration: none;
}

.link_note:active {
  color: #FF009D;
  opacity: 1;
  text-decoration: none;
}

.notes {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 10px;
}

/*--- FOOTER ----*/

.credits_container {
  width: 100%;
  max-width: 100vw;
  margin: 0px;
  background-color: #f7f6f2;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  color: #0f0f0f;
}

.crediti_finali {
  margin: auto;
  margin-top: 60px;
  width: 660px;
  border-top: 1px solid #0f0f0f;
  background-color: #f7f6f2;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  color: #0f0f0f;
}

#fonti_finali {
  margin-top: 60px;
  width: 680px;
  border-top: 1px solid #1a1818;
}
#crediti_finali {
  margin-top: 0;
  width: 680px;
  border-top: 1px solid #1a1818;
}

h5 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #1a1818;
  font-weight: 400;
  margin: 5vh 10px;
}

h6 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #1a1818;
  font-weight: 400;
  margin: 5vh 10px;
}

footer {
  z-index: 4;
}

#footer_div {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #19171a;
  color: #a19e9e;
  font-size: 14px;
  text-transform: none;
  padding: 30px 100px;
  text-align: center;
}

.faN {
  width: 30px !important;
  height: 30px !important;
}



/*----- RESPONSIVE DEKSTOP --------*/
@media screen and (min-width: 481px) {
  h1 {
    max-width: 1500px;
  }

  #sommario_desktop {
    padding: 20px 0;
    width: 100%;
    max-width: 1200px;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  }

  #sommario_mobile {
    display: none;
  }

  .grafico_desktop {
    display: block;
    }

    .grafico_mobile {
      display: none;
    }

}

/*----- RESPONSIVE MOBILE --------*/

@media screen and (max-width: 480px) {

  section {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

  h1 {
    font-size: 44px;
    line-height: 1;
    white-space: normal;
    padding-top: 20px;
  }

  p {
    margin: 20px 10px 20px 10px;
  }

  ul {
    width: 100%;
    max-width: 90vw;
    margin: 10px 30px;
  }

  li {
    padding-right: 20px;
  }

  .topmenu-sticky {
    max-width: 100vw;
    text-align: left;
  }

  .title_background {
    width: 100%;
    max-width: 100vw;
    height: calc(100vh - 120px);
    background-color: #FF009D;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.0),
        rgba(0, 0, 0, 0.8)
      ),
      url(../img/cover_mobile.png);
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    overflow-y: hidden;
    padding-bottom: 20px;
  }

  #sommario_mobile {
    padding: 0px 15px 10px 15px;
    width: 100%;
    max-width: 1200px;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  }


  #sommario_desktop {
    display: none;
  }


  #firma {
    font-size: 18px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }


  .counter_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100vw;
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
  }


  .col_1,
  .col_2,
  .col_3,
  .col_4 {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
  }


  .count-text {
    line-height: 1;
  }

  #count_text_1,
  #count_text_2,
  #count_text_3,
  #count_text_4 {
    margin-bottom: 20px;
  }

  .count-text_total {
    margin-bottom: 20px;
  }

  .filetto_verticale {
    border-right: 0px;
    border-bottom: 1px solid rgba(31, 34, 38, 0.5);
  }

  .box_chart {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }


  .chart_full_width {
    width: 100vw;
    max-width: 100vw;
  }


  .grafico {
    width: 100%;
    max-width: 100vw;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grafico_desktop {
    display: none;
    }

    .grafico_mobile {
      display: block;
    }

  .box_title {
    width: auto;
    font-size: 32px;
    line-height: 1.2;
    margin-right: 15px;
    padding: 0px 10px 0px 10px;
  }

  .box_title_no_img {
    width: auto;
    font-size: 28px;
    line-height: 1.2;
    padding: 10px 5px 0px 10px;
    text-align: left;
  }

  .box_text {
    width: 100%;
    max-width: 100vw;
    font-size: 20px;
  }


  .back_to_top {
    padding-top: 3px;
    padding-bottom: 6px;
  }

  .notes {
    font-size: 15px;
    padding-left: 5px;
  }

  .foto {
    width: 140px;
    height: 163px;
    left: 0px;
    margin-right: 7px;
}

  #chart_credits {
    padding-left: 5px;
  }

  #footer_div {
    padding: 30px 10px;
  }
}


@media screen and (max-width: 320px) {
  .grafico_btn {
    padding: 10px 2px;
  }
}
/*----- RESPONSIVE TABLET --------*/

@media screen and (min-width: 481px) and (max-width: 800px) {

  h1 {
    font-size: 62px;
    line-height: 1.1;
    white-space: normal;
  }

  p {
    margin: 20px 10px;
  }

  .topmenu-sticky {
    max-width: 100vw;
    text-align: left;
  }

  .title_background {
    width: 100%;
    max-width: 100vw;
    background-color: #FF009D;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.0),
        rgba(0, 0, 0, 0.8)
      ),
      url(../img/cover_desktop.png);
      overflow-y: hidden;
      padding-bottom: 20px;
  }

  #sommario_desktop {
    padding: 20px 50px;
  }

  #firma {
    font-size: 18px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }



  .counter_wrapper {
    max-width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 10px;
  }


  .col_1,
  .col_2,
  .col_3,
  .col_4 {
    width: 33%;
  }


  .count-text_total {
    font-size: 36px;
  }

  .box_title,
  .box_title_no_img,
  .box_text,
  .crediti_finali {
    width: 100%;
    max-width: 100vw;
  }

  .box_chart {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .crediti_finali {
    margin-top: 0px;
  }

  .box_title_no_img {
    text-align: left;
    padding: 10px 5px 0px 10px;
  }

  .foto {
    width: 140px;
    height: 163px;
    left: 0px;
    margin-right: 7px;
}

  #chart_credits,
  .notes {
    padding-left: 5px;
    padding-right: 5px;
  }

  #footer_div {
    padding: 30px 10px;
  }
}

@media screen and (min-height: 1024px) {

  .title_background {
    padding-bottom: 200px;
  }
}
@media screen and (max-height: 639px) {

  .title_background {
    height: 100%;
  }

  .scroll_div {
    margin-top: 10px;
  }
}
