.text-shadow-drop-bottom {
    -webkit-animation: text-shadow-drop-bottom 0.6s both;
    animation: text-shadow-drop-bottom 0.6s both;
}

.text-shadow-drop-br {
    -webkit-animation: text-shadow-drop-br 0.6s both;
    animation: text-shadow-drop-br 0.6s both;
}

.text-shadow-drop-right {
    -webkit-animation: text-shadow-drop-right 0.6s both;
    animation: text-shadow-drop-right 0.6s both;
}

.text-shadow-drop-tr {
    -webkit-animation: text-shadow-drop-tr 0.6s both;
    animation: text-shadow-drop-tr 0.6s both;
}

.text-shadow-drop-top {
    -webkit-animation: text-shadow-drop-top 0.6s both;
    animation: text-shadow-drop-top 0.6s both;
}

.text-shadow-drop-center {
    -webkit-animation: text-shadow-drop-center 0.6s both;
    animation: text-shadow-drop-center 0.6s both;
}

.text-shadow-drop-bl {
    -webkit-animation: text-shadow-drop-bl 0.6s both;
    animation: text-shadow-drop-bl 0.6s both;
}

.text-shadow-drop-left {
    -webkit-animation: text-shadow-drop-left 0.6s both;
    animation: text-shadow-drop-left 0.6s both;
}

.text-shadow-drop-tl {
    -webkit-animation: text-shadow-drop-tl 0.6s both;
    animation: text-shadow-drop-tl 0.6s both;
}

.kenburns-top {
    -webkit-animation: kenburns-top 5s ease-out both;
    animation: kenburns-top 5s ease-out both;
}

.kenburns-top-right {
    -webkit-animation: kenburns-top-right 5s ease-out both;
    animation: kenburns-top-right 5s ease-out both;
}

.kenburns-right {
    -webkit-animation: kenburns-right 5s ease-out both;
    animation: kenburns-right 5s ease-out both;
}

.kenburns-bottom-right {
    -webkit-animation: kenburns-bottom-right 5s ease-out both;
    animation: kenburns-bottom-right 5s ease-out both;
}

.kenburns-bottom {
    -webkit-animation: kenburns-bottom 5s ease-out both;
    animation: kenburns-bottom 5s ease-out both;
}

.kenburns-bottom-left {
    -webkit-animation: kenburns-bottom-left 5s ease-out both;
    animation: kenburns-bottom-left 5s ease-out both;
}

.kenburns-left {
    -webkit-animation: kenburns-left 5s ease-out both;
    animation: kenburns-left 5s ease-out both;
}

.kenburns-top-left {
    -webkit-animation: kenburns-top-left 5s ease-out both;
    animation: kenburns-top-left 5s ease-out both;
}