.carousel_module {
    position: absolute;
    bottom:0;
    width:inherit;
}
.carousel {
    position: relative !important;
    width: 400% !important;
}
.carousel .slide {
    position: relative;
    float: left;
    height: 532px;
    width: 25% !important;
}
.carousel h1 {
    text-transform: uppercase;
    color: #fff;
    font-style: normal;
    font-weight: 900;
    font-size: 65em;
    background: #000;
    display: inline-block;
    height: .97em;
    line-height: .97em;
    padding: 0 .14em;
    margin: .27em 0 .14em 0;
}
.carousel p.tagline {

    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato';
    font-style: normal;
    min-height:2.5em;
    width:24.2em;
    /*font-weight: 700;*/
    font-size: 26em;
    background: #000;
    padding: 0 10px;
    display: inline-block;
    margin: 0;
}
.carousel ul.actions {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 42em;
    -webkit-box-shadow: 0em -2em 10em rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0em -2em 10em rgba(0, 0, 0, 0.5);
    -ie-box-shadow: 0em -2em 10em rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0em -2em 10em rgba(0, 0, 0, 0.5);
    box-shadow: 0em -2em 10em rgba(0, 0, 0, 0.5);

    /* Old IE */
    filter: progid:DXImageTransform.Microsoft.Shader(color=#000, Direction=145, Strength=3);
}
.carousel ul.actions li {
    float: left;
    list-style: none;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;

}
.carousel ul.actions li a
{
    font-size: 12em;
    padding: 0 .8em;
    line-height: 1.83em;
    height: 1.83em;
    float: left;
}

.carousel ul.actions li.buy a
{
    background: #e51315;
    color: #fff;
    text-decoration: none;
}

.carousel ul.actions li.buy:hover a
{
    background: #961d19;
}

.carousel ul.actions li.info a
{
    background: #fff;
    text-decoration: none;
    color: #000;
}

.carousel ul.actions li.info:hover a
{
    background: #e51315;
    color: #fff;
}


.carousel ul.actions li.info a:before {
    /*  content: '+';
    color: #e51315;
    font-size: 14em;
    line-height: 10em;
    margin-right: 3em;
    position: relative;
    top: 1em;*/
}

.pager
{
    margin-bottom: 0;
    padding: 10em;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9a000000', endColorstr='#9a000000'); /* IE */
    border: 1em solid black;
}

.pager a
{
    display: block;
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.pager a img {
    width: 100%;
    height: auto;
    display:block;
}
.pager a .bottom span {
    height: 100%;
    display: block;
    /*margin: 0 32%;*/
    margin:0;
    /*background: #e51315;*/
    background-color:#ccc;
    position: absolute;
    /*top: 50%;*/
    top:0;
    left:0;
    z-index:1;
}
.pager a .top {
    position: absolute;
    top: -11em;
    left: 0;
    right: 0;
    height: 10em;
    background: #fff;
    -webkit-transition: all .2s ease;
    width:102%;
    margin-left:-1%;
}
.pager a .bottom {
    position: absolute;
    font-weight: 600;
    text-align: center;
    color: #000;
    background: #fff;
    left: 0;
    right: 0;
    bottom: -30em;
    height: 30em;
    line-height: 30em;
    -webkit-transition: all .2s ease;
    text-transform: uppercase;
    width:102%;
    margin-left:-1%;
}
.pager a .bottom p {
    margin:0 !important;
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    z-index:2;
    font-size:14em;
}
.pager a:hover .top,
.pager a.selected .top {
    top: 0;
}
.pager a:hover .bottom,
.pager a.selected .bottom {
    bottom: -1em;
}

#overhang {
    position: absolute;
    top: 143em;
    right: -6em;
    background: url(/img/blackwrap.png) no-repeat right bottom;
    padding-bottom: 5em;
    background-size: 6em 6em;
}
#overhang ul {
    background: #000;
    margin: 0;
    padding: 1em 3em;
}
#overhang li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 7em 6em;
}
#overhang a {
    display: block;
    font-size: 17em;
    text-decoration: none;
    line-height: .5em;
    color: #FFF;
}
#overhang a.selected, #overhang a:hover {
    color:#e51315 !important;
}

.playvid {
    top:-112em !important;
    margin:2em 0 -52em -25em !important;
}

.playvid img {
    position:absolute;
    width:100%;
}

.playvid img:hover {
    bottom:0;
}

.pager .playvid{
    top:50% !important;
    margin-top:-25em !important;
}

/*switching to mobile view*/
@media only screen and (max-width:650px)
{
    .pager
    {
        padding:0;
    }

    .carousel h1{
        /*white-space: nowrap;*/
        font-size:100em;
        margin-top: .8em;
    }

    .carousel p.tagline{
        font-size:38em;
    }

    .carousel ul.actions
    {
        top:0em !important;
        left:14em !important;
        font-size: 1.8em;
    }

    .carousel ul.actions li.buy a,
    .carousel ul.actions li.info a
    {
        padding:.5em 1em !important;
    }

    .caroufredsel_wrapper
    {
        height: 352em !important;
    }

    #overhang
    {
        display:none;
    }

}