﻿@media only screen {
    .acti-banner #BannerDesc {
        width: 90%;
    }
}
@media only screen and (min-width: 40.063em) {
    .acti-banner #BannerDesc {
        width: 70%;
    }
}
@media only screen and (min-width: 64.063em) {
    .acti-banner #BannerDesc {
        width: 50%; 
    }
}
.acti-banner .margin5
{
    margin-left: 5px;
    margin-right: 5px;
}
.acti-banner .vcenter
{
    vert-align: middle;
    vertical-align: middle;
}
.acti-banner #bannerBg1 {
    background-position: 50% 50%;
    width: 100%;
}
.acti-banner #bannerBg2 
{
    background-position: 50% 50%;
    position: relative;
}
.acti-banner #bannerBg2.islink {
    cursor: pointer;
}
.acti-banner #bannerBg2.islink:hover {
    box-shadow: 1px 1px 300px 200px rgba(255, 255, 255, 0.2) inset;
}
.acti-banner #bannerTable td{
    padding-right: 15px;
}
.acti-banner #BannerTitle {
    font-size: 56px; color: white; font-family:Impact;text-shadow: 1px 1px 4px #000000;
}
.acti-banner #BannerDesc {
    font-size: 20px; color: white; font-family: Arial; text-shadow: 1px 1px 4px #000000;
    margin-bottom: 10px;
}



/*.aspect-16x9 {
    padding-bottom: 45% !important;
}*/