.nobreak{
    white-space: nowrap;
}
.animation-wrapper .animation{
	position: absolute;
	right: 0;
    will-change: transform;
}
.animation-wrapper .animation-modal{
	position: relative;
	width: 45vw;
	padding: 15px;
	background: #fff;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.8);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.8);
    border-radius: 0.5em;
    border:1px solid #eee;
}

.animation-wrapper .animation-modal img{
	float: left;
}

.animation-wrapper .animation-modal h2{
	font-weight: bold;
	font-size: 1.75em;
	margin-bottom: 0 !important;
}

.animation-wrapper .animation-modal-content{
	font-size: 1em;
	font-weight: normal;
	padding: 1em 2em;
}