
@media only screen and (max-width: 600px) {
    .rotator {
       
        width: 35em;
        height: 15em;
       
    }
    /* Apply other mobile-specific styles here */
}
 
.rotator {
    
    background-color: #fff;
    width: 70em;
    height: 30em;
    /*width: 900px;
    height: 505px;*/
    margin: 0px auto;
    position: relative;
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow-x: visible;
   
}
img.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    height: 30em
}
#MainContent_rot1{
    width: 70em;
    height: 30em;
    overflow: hidden;
}
.rotator ul{
    list-style: none;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 6px;
    z-index: 99;
}
.rotator ul li{
    display: block;
    float: left;
    clear: both;
    width: 160px;
}
.rotator ul li a {
    width: 150px;
    float: right;
    clear: both;
    padding-left: 10px;
    text-decoration: none;
    display: block;
    height: 52px;
    line-height: 52px;
  
    background-color: #fff;
    margin: 1px -5px 1px 0px;
    opacity: 0.8;
    color: #317e74;
    font-size: 20px;
  
    border-left: solid;
    border-color: #BD2527;
    border-left-width: thick;
    border-right: none;
    outline: none;
    letter-spacing: 2px;
}
.rotator ul li a:hover {
    text-shadow: 0px 0px 2px #fff;
    opacity: 1;
    text-decoration-color: red;
    transition: 2s ease-out;
}
.rotator .heading-news {
    position: absolute;
    background-color: #fff;
    color: #317e74;
    opacity: 85%;
    top: 5px;
    left: -5px;
    width: 500px;
    border-right: solid;
    border-color: #BD2527;
    border-right-width: thick;
    border-left: none;
    outline: none;
}
.rotator .heading-news h1{
   /* text-shadow:-1px 1px 1px #555;*/
    font-weight:normal;
    font-size:23px;
    letter-spacing: 2px;
    padding:20px;
}
.rotator .description {
    width: 300px;
    font-size: small;
    position: absolute;
    /*bottom: -80px;
    left: -160px;*/
    bottom: -5em;
    left: -5em;
    padding: 20px;
    background-image: linear-gradient(to bottom, #fff, #CFCFCF);
    opacity: 98%;
    
    z-index: 9;
    overflow: visible;
    border-radius: 15px;
     box-shadow: -10px 10px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -10px 10px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -10px 10px 8px rgba(0, 0, 0, 0.3);
}
    .rotator .description p {
        color: #858585;
        text-transform: none;
        letter-spacing: 1px;
        line-height: 26px;
        transition: 0.3s ease-in-out;
    }
a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
a.more:hover{
    color:#fff;
}