/* Removes extra padding from hot info module */
.hi-date{ display:none; }
.hi-main-bar {
    padding: none;
}


/* Fixes image size and right, left arrows in rotate module full width*/

.afmil_img {
    float: left;
    width: 1120px !important;
    height: 747px !important;
    /* padding-top: 12px; */
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
}

.afmil_prev {
    background: url(leftarrow_rotator.png) no-repeat transparent;
    width: 30px;
    height: 127px;
    display: block;
    position: absolute;
    top: 250px !important;
    left: 20px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.afmil_next {
    background: url(rightarrow_rotator.png) no-repeat transparent;
    width: 30px;
    height: 127px;
    display: block;
    position: absolute;
    top: 250px !important;
    left: 1070px !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


