.kaesigcont1{
width: 350px;
height: 165px;
box-sizing: border-box;
position: relative;
margin: 0 auto;
 border: 10px solid white;
 overflow: hidden;
  outline: 1px solid rgba(53,66,66,.3)
}
.kaesiggif{
  background-image: url(https://i.imgfly.me/XSm0xS.gif);
  display: block;
  width: 100%;
  height: 145px;
  position: absolute;
  /*outline: 1px solid rgba(75,39,43,.5);*/
}
.kaesigborder:nth-of-type(odd){
  display: block;
  height: 25px;
  width: 25px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  top: 10px;
  left: 10px;
  backface-visibility: hidden;
  position: absolute;
   transform: rotate(0deg);
  transition: left .8s ease-in-out, transform .7s ease-in-out;
  -webkit-transition: left .8s ease-in-out, transform .7s ease-in-out;
  -moz-transition: left .8s ease-in-out, transform .7s ease-in-out;
  -o-transition: left .8s ease-in-out, transform .7s ease-in-out;
  opacity:1;
}
.kaesigborder:nth-of-type(even){
  display: block;
  height: 25px;
  width: 25px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  bottom: 10px;
  right: 10px;
  backface-visibility: hidden;
  position: absolute;
  transform: rotate(180deg) scale(1);
  transition: right .8s ease-in-out, transform .7s ease-in-out;
}
 .kaesiggiftitle{
    font-size: 32px;
    font-family: poppins;
    text-transform: uppercase;
    text-align: center;
    line-height: 77%;
    width: 50%;
    margin: 23px auto;
    letter-spacing: .25px;
    color: white;
    position: relative;
    display: block;
   font-weight: bold;   
   opacity: .95;
   transition: all .5s ease .2s;
 
  }
.kaesiggiftitle:before {
  transform: rotate(-90deg) scale(1);
  display: block;
  content: "now i'm";
  white-space: nowrap;
  font-size: 23px;
  position: absolute;
  color: #7a413c;
  top: 36.5px;
  left: -51px;
}
.kaesiggiftitle:after {
  transform: rotate(-90deg) scale(1);
  display: block;
  content: "so high";
  white-space: nowrap;
  font-size: 24px;
  position: absolute;
  color: #7a413c;
  top: 37px;
  right: -55px;
}
.kaesiggiftitle b{
  letter-spacing: -2.3px;
  font-size:31px;
}
.kaesiggiftitle i{
  letter-spacing: -.7px;
  font-style: normal;
}
.kaesigcont1:hover .kaesigborder:nth-of-type(odd){
  left: 295px; transform: rotate(90deg);
}
.kaesigcont1:hover .kaesigborder:nth-of-type(even){
  right: 294px;
  transform: rotate(270deg);
}
.kaesigcont1:hover .kaesiggiftitle{
  opacity:0;
}
.kaesigbar{
  position: absolute;
  width: 95%;
  top: 45px;
  left: -315px;
  display: flex;
  flex-direction: left;
  background: white;
  height: 55px;
  font-size: 10px;
  color: #354242;
 box-sizing: border-box;
  padding: 2px 10px;
  outline: 1px solid rgba(53,66,66,.3);
  border: 1px solid rgba(53,66,66,.5);
  outline-offset: -5px;
  opacity: 1;
  align-items: center;
  transition: all .7s ease-out .05s;
}
.kaesigbar p{
  display: block;
  box-sizing: border-box;
  width: 275px;
}
.siglinks{ 
  display: flex; 
  padding: 10px; 
  width: 150px; 
  box-sizing: border-box; 
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: -5px;
}
.kaesigbar a{
  height: 11px;
  border-bottom: 1px solid rgba(53,66,66,.2) ;
  text-decoration: none;
  margin: 0px 5px;
  font-size: 10px;
  color: #7a413c;
}
.kaesigcont1:hover .kaesigbar{
    left: 8px;
}
.kaesigcont1:hover .kaesigbarbefore{ opacity: 1;}
.kaesigbarbefore{
  position: absolute;
  color: white;
  font-size: 38px;
  font-family: poppins;
  margin-top: -20px;
  font-weight: bold;
  font-variant: all-small-caps;
  text-align: center;
  width: 100%;
  line-height: 90px;
  opacity: 0;
  transition: all .7s ease-out .05s;
}