.logo-reel {
    height: 150px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 6.5rem;
}
.logo-reel img {
    padding: 1rem 1rem 1rem 10rem;
    height: 150px;
    width: auto;
    display: inline-block;
    -webkit-transition: all ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.initiate {
    -webkit-animation: reelslider 50s linear infinite;
    -moz-animation: reelslider 50s linear infinite;
    -ms-animation: reelslider 50s linear infinite;
    -o-animation: reelslider 50s linear infinite;
    animation: reelslider 50s linear infinite;
}

.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
.carousel .carousel-item {
    display: none;
    width: 118px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}
.carousel .carousel-item img {
    width: 100%;
}



.wm-footer{
    text-align: center;
}
footer .wm-footer p {
    font-family: "Aktiv Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #414141;
    margin: 0;
}
.logo-img{
    width: 100px;
    height: 100px;
}
.wm-content-frame-horizontal{
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 668px;
    min-height: 392px;
    margin-top: 128px;
    right: 0;
}
.wm-content-frame-vertical {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 600px;
    width: 450px;
    float: right;
    margin-top: -31px;
    margin-right: -39px;
}
.frame-horizontal-inner-video{
    width: 515px;
    height: 285px;
    margin-top: 24px;
    margin-left: 78px;
}
.frame-vertical-inner-video{
    width: 248px;
    height: 440px;
    margin-top: 80px;
    margin-left: 40px;
}
.frame-vertical-inner-image{
    width: 248px;
    height: 440px;
    margin-top: 80px;
    margin-left: 40px;
}
video:focus {
    outline: none;
}

::-moz-focus-inner {
    border-color: transparent;
}