.bg_full{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.centertext {
    position: absolute;
    top: 28%;
    left: -4%;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 4vw;
}
.left_top_text {

    position: absolute;
    background: white;
    padding: 2%;
    font-size: 1.7vw;
    left: 0;
    top: 21%;
    border-top-right-radius: 1vmin;
    border-bottom-right-radius: 1vmin;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);

}
.fadein{
  animation: fadein 1s ease-in forwards;
  -webkit-animation: fadein 1s ease-in forwards;
}
@keyframes fadein {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.wobblebox {
    left: 25%;
    top: 32.5%;
    width: 50%;
    height: 35%;

}
.insidetext {

    transform: translate(-50%,-50%) !important;
    left: 50% !important;
    top: 50% !important;
    position: absolute !important;

}
.speechbg1 {

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);

}
.decreasebrightness{
   -webkit-filter: brightness(50%);
   filter: brightness(50%);
}
.grandmom {
    position: absolute;
    width: 10%;
    top: 34%;
    left: 47%;
}
.granddad {
    position: absolute;
    width: 10%;
    top: 31%;
    left: 61%;
}
.speech1 {
    position: absolute;
    width: 36%;
    height: 31%;
    top: 25%;
    left: 9%;
}
.insidetext_speech {

    transform: translate(-50%,-50%) !important;
    left: 47% !important;
    top: 50% !important;
    position: absolute !important;

}
.speech2 {
    position: absolute;
    width: 33%;
    height: 24%;
    top: 42%;
    left: 13%;
}
.speech3 {
    position: absolute;
    width: 30%;
    height: 28%;
    left: 41%;
    top: 2%;
}
.insidetext_speech1 {
    transform: translate(-50%,-50%) !important;
    left: 51% !important;
    top: 40% !important;
    position: absolute !important;
}
.top_text {
    position: absolute;
    font-size: 2vw;
    width: 100%;
    text-align: center;
    top: 6%;
}
.left_bot_image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 19%;
}
@media (min-aspect-ratio: 4/3){
  .left_top_text{
    font-size: 4vmin;
  }
}







