body{
  background: linear-gradient(to bottom, #f7dcc8 0%, #9df9f9 100%);
    height: 100vh;
}

img.doro{
    position: absolute;
    width: 439px;
}

#containerText {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.bg {

 width: 100%;
 z-index: -99;

}
.bg img{
  width: 100%;
}
.bg img.imgtop{
  position: absolute;
  top: 0;
}
.bg img.imgbottom{
  position: absolute;
  bottom: 0;
}
.panel {
 
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}




.panel_quote{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background: transparent;
  z-index: -2;
}


.panel.align-top {
  align-items: flex-start;
}




 p.panel{
  width: 230px;
  height: 400px;
  text-align: center;
}

@media screen and (min-width:1024px) {
  img.doro{
    position: absolute;
    width: 1000px;
    top: -428px;
}
.quote_text{
  width: 40%;
  height: 76vh;
}
p.panel{
  width: auto;
  height: 268px;
}

}