﻿.animation_position {
    position: absolute;
    bottom: 0;
}
.animation_container {
    min-height: 100%;
    display: inline-block;
    min-width: 100%;
}

@media (max-width: 1200px) {
    
    .animation_container {
        min-height: 15em;
        height:100%;
    }
}

