.img-holder{
    width:100%;
    height:200px;
}

.news_image{
    width: 100%!important;
    height: auto;
}

.side-pad{
    position: relative;
    left:30px;
}

.text{
    padding-right:19px!important;
}

/*RESPONSIVE MEDIA QUERIES FOR INDEX PAGE*/
@media screen and (min-device-width: 1350px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) { 

}

@media screen and (min-device-width: 1020px) and (max-device-width: 1030px) and (-webkit-min-device-pixel-ratio: 1) { 
    .img-holder {
        width: 100%!important;
        height: auto!important;
    }

    .news_image {
        width: 100%!important;
        height: auto!important;
    }
}

@media screen and (min-device-width: 760px) and (max-device-width: 770px) and (-webkit-min-device-pixel-ratio: 1) { 
    .img-holder{
        width:100%!important;
        height:auto!important;
    }

    .news_image{
        width: 100%!important;
        height: auto!important;
    }

    .sidebar-wrapper{
        margin-top:10px!important;
    }
}

@media screen and (min-device-width: 410px) and (max-device-width: 420px) and (-webkit-min-device-pixel-ratio: 1) { 
    .side-pad {
        position: relative;
        left: 0px; 
    }

    .sidebar-wrapper{
        margin-top:0px!important;
    }

    .img-holder {
        width: 100%!important;
        height: auto!important;
    }

    .news_image {
        width: 100%!important;
        height: auto!important;
    }

}   

@media screen and (min-device-width: 730px) and (max-device-width: 740px) and (-webkit-min-device-pixel-ratio: 1) { 
    .side-pad {
        position: relative;
        left: 0px; 
    }

    .sidebar-wrapper{
        margin-top:0px!important;
    }
    
    .img-holder {
        width: 100%!important;
        height: auto!important;
    }

    .news_image {
        width: 70%!important;
        height: auto!important;
    }
}

@media screen and (min-device-width: 640px) and (max-device-width: 670px) and (-webkit-min-device-pixel-ratio: 1) { 
    .side-pad {
        position: relative;
        left: 0px; 
    }

    .sidebar-wrapper{
        margin-top:0px!important;
    }
    
    .img-holder {
        width: 100%!important;
        height: auto!important;
    }

    .news_image {
        width: 70%!important;
        height: auto!important;
    }
}

@media screen and (min-device-width: 560px) and (max-device-width: 580px) and (-webkit-min-device-pixel-ratio: 1) { 
    .side-pad {
        position: relative;
        left: 0px; 
    }

    .sidebar-wrapper{
        margin-top:0px!important;
    }
    
    .img-holder {
        width: 100%!important;
        height: auto!important;
    }

    .news_image {
        width: 65%!important;
        height: auto!important;
    }
}

@media screen and (min-device-width: 360px) and (max-device-width:380px) and (-webkit-min-device-pixel-ratio: 1) { 
    .side-pad {
        position: relative;
        left: 0px; 
    }

    .sidebar-wrapper{
        margin-top:0px!important;
    }

    .img-holder {
        width: 100%!important;
        height: auto!important;
    }

    .news_image {
        width: 100%!important;
        height: auto!important;
    }
}

@media screen and (min-device-width: 310px) and (max-device-width:325px) and (-webkit-min-device-pixel-ratio: 1) { 
    .side-pad {
        position: relative;
        left: 0px; 
    }

    .sidebar-wrapper{
        margin-top:0px!important;
    }

    .img-holder {
        width: 100%!important;
        height: auto!important;
    }

    .news_image {
        width: 100%!important;
        height: auto!important;
    }
}

@media screen and (min-device-width: 480px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio: 1) { 
    .side-pad {
        position: relative;
        left: 0px; 
    }

    .sidebar-wrapper{
        margin-top:0px!important;
    }
    
    .img-holder {
        width: 100%!important;
        height: auto!important;
    }

    .news_image {
        width: 65%!important;
        height: auto!important;
    }
}