#magazinescroller #magazinescrollerleft img{
    width:251px;  
}

#magazinescrollerleft {
    float:left;
    width:251px;
    margin-left:15px;
    margin-top:15px;
    padding-bottom:15px;
}

#magazinescrollernums a {
    display: block;
    float:left;
    font-size:11px;
    background: #fff;
    padding:0 2px;
    margin-right:2px;
    min-width:8px;
    text-align: center;

}

#magazinescrollernums span{
    font-size:11px;
    color:#fff;
    display: block;
    float:left;
    margin-right:10px;
    font-weight: bold;
    padding-left:5px;
}

#magazinescrollernums {
    background: #ed1c24;
    display: block;
    overflow: hidden;
    padding:2px;
    margin-bottom:5px;
}

.lookinsidenext {
     display: none;
}

#magazinescroller {
    border:1px solid #939598;
    overflow: hidden;
}

#magazinescrollerinner {
     border-left:22px solid #939598;
     overflow: hidden;

}

#magazinescrollerright {
    float:left;
    width:310px;
    margin-left:15px;
    margin-top:8px;
    padding-bottom:15px;
}

#magazinescrollerright h2{
     margin:0 0 15px 0;
}

.homeslideimage,.homesliderimagecover {
    display: none;
}

#homesliderbacklayer {
    background: #fff no-repeat  left top;
    background-size: 100% auto;
    overflow: hidden;
    display: block;
  
}


.magazinescrollerstory img {
     float:left;
}

.magazinescrollerstory:hover .storytitle {
 color: #939598;
}

.magazinescrollerstory:hover i {
 color:#0092df;
}

 


.magazinescrollerstory {
 clear: both;
 margin-top:15px;
 overflow: hidden;
 border-bottom:1px dotted #141012;
 padding-bottom:15px;
}

.magazinescrollerstory3 {
 border-bottom: 0px;
 padding-bottom:0px;
}

.storydetails {
     float:left;
     display: block;
     width:190px;
     margin-left:15px;
}


.storydetails2 {
     color:#141012;
     font-size:12px;
     display: block;
}

.storydetails2 i{
     font-style: normal;
     color:#ed1c24;
     text-transform: capitalize;
}

       
.storytitle {
     display: block;
     font-weight:bold;
     font-size:13px;
     text-transform: capitalize;
     color: #000000;
}


/* - 1000px */
@media only screen and (max-width: 1000px){
 
    #magazinescroller #magazinescrollerleft img {
        width:357px;
        
    }
    
    #magazinescrollerleft {
        width:357px;
        padding-left:8px;
        
    }
    
    #magazinescrollernums span,#magazinescrollernums a{
        font-size: 14px;
    }
    
    #magazinescrollernums a{
        float:right;
        margin-right:0;
    }
    
    .lookinsidenos {
        display: none;
    }
    
    .lookinsidenext {
        display: block;
    }
    
    #magazinescrollerright {
        width:375px;
    }
    
    .storydetails {
        width:255px;
        
    }
    
    .storydetails2 {
        font-size: 13px;
    }
    
    .storytitle  {
        font-size: 14px;
    }
 
}


@media only screen and (max-width: 800px){
    #magazinescroller #magazinescrollerleft img {
         width:100%;
         
     }
     
     #magazinescrollerleft {
         width:40%;
         padding-left:0px;
         
     }
     
    #magazinescrollerright {
        width:53%;
        float:right;
        margin-right: 15px;
    }
    

    .magazinescrollerstory img{
        width:30%;
        max-width: 100px;
    }

    .storydetails {
       width:65%;
   }   
    
}



@media only screen and (max-width: 720px){
    #magazinescrollerleft {
        width:auto;
        padding-left:0px;
        float: none;
        text-align: center;
        
    }
    
    #magazinescrollerleft img {
        max-width: 416px;
    }
    
    #homesliderbacklayer {
        max-width: 416px;
        margin: auto;
    }
    
    #magazinescrollerinner {
        padding-right:15px;
    }
    
    #magazinescrollerright {
        width:auto;
        float:none;
   
    }
    
}