.container {
background-image: url(https://bufiles.blob.core.windows.net/co3606/pr_bg/product_bg5.png);
}
@-webkit-keyframes hvr-back-pulse {
50% {
background-color: rgba(181, 32, 37, 0.75);
}
}
@keyframes hvr-back-pulse {
50% {
background-color: rgba(181, 32, 37, 0.75);
}
}
.hvr-back-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
font-size: 24pt;
color: #010101;
border: 1px solid #010101;
padding: 15px 60px;
font-weight: 100;
font-family: 'Raleway', san-serif;
}