.cr-floating-box{position:relative;}
.cr-floating-box .image-wrapper{
  margin: 0 auto;
  position:relative;
  z-index:1;}


.cr-floating-box:before{
  bottom:0;
  content:'';
  display:block;
  height:50%;
  left:0;
  position:absolute;
  right:0;
  width:100%;
}
.cr-floating-box.desktop-only{display:none;}
@media only screen and (min-width: 768px) {

.cr-floating-box.desktop-only{display:block;}

}