@media (max-width: 767.98px)  { 
    #newsCarousel {
        margin-top:0;
    }

    .newsEntry{
        position: absolute;
        top:80px;
        left:30px;
        z-index:2;
    }
    
    .newsDate{
        height: 23px;
    
        text-align: left;
        font: normal normal bold 16px/20px Ubuntu;
        letter-spacing: 3px;
        color: #FF9D00;
        text-transform: uppercase;
        opacity: 1;
    }
    
    .newsHeader {
        width: 334px;
   
        text-align: left;
        font: normal normal bold 40px/50px Ubuntu;
        letter-spacing: 0.7px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
    
        margin: 10 0 10 0;
    }
    
    .newsShort{
        width: 334px;
    
        text-align: left;
        font: normal normal normal 16px/30px Ubuntu;
        letter-spacing: 0.2px;
        color: #FFFFFF;
        opacity: 1;
    
        margin: 10 0 10 0;
    }
    
    .newsMore {
        width: 205px;
        height: 60px;
    
        border: 2px solid #FF9D00;
        border-radius: 200px;
        opacity: 1;
    
        margin: 10 0 10 0;
    }
    
    .more{
        position: relative;
        left: 33px;
        top: 21px;
        text-align: left;
        font: normal normal bold 14px/16px Ubuntu;
        letter-spacing: 2.1px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
    }
    
    .newsSelected {
        width: 15px;
        height: 15px;
        border: 2px solid #FF9D00;
        border-radius: 200px;
        opacity: 1;
        left: 1310px;
    }
    
    .newsNotSelected {
        width: 10px;
        height: 10px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 200px;
        opacity: 1;
        left: 1315px;
    }
    
    #linkFirstNews {
        position: absolute;
        top: 400px;
    }
    
    #linkSecondNews {
        position: absolute;
        top: 445px;
    }
    
    #linkThirdNews {
        position: absolute;
        top: 490px;
    }
    
    #newsContainer {
        position: relative;
        height: 860px;
    }
    
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 100%;
        opacity: 1;
    }
    
    .carousel-indicators .active {
        width: 10px;
        height: 10px;
        border: 2px solid #FF9D00;
        background-color: transparent;
        border-radius: 100%;
        margin-top: 8px;
    }
    
    .ownCarousel-indicators {
        position: absolute;
        right: -10px;
        bottom: 450px;
        /* left: 19px; */
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        /* justify-content: center; */
        padding-left: 0;
        /* margin-right: 0%; */
        /* margin-left: 96%; */
        list-style: none;
        transform: rotate(90deg);
    }
 }

 @media (min-width: 767.98px)  { 
.indexCustom {
    transform: rotate(90deg);
    right:-10px;
    bottom:450px;
    margin-right:0;
    left:1180px;
}


    .newsEntry{
        position: absolute;
        top:250px;
        left:110px;
        z-index:2;
    }
    
    .newsDate{
        height: 23px;
    
        text-align: left;
        font: normal normal bold 20px/20px Ubuntu;
        letter-spacing: 3px;
        color: #FF9D00;
        text-transform: uppercase;
        opacity: 1;
    }
    
    .newsHeader {
        width: 750px;
    /*height: 158px;*/
    
        text-align: left;
        font: normal normal bold 70px/80px Ubuntu;
        letter-spacing: 0.7px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
    
        margin: 10 0 10 0;
    }
    
    .newsShort{
        width: 483px;
        /*height: 83px;*/
    
        text-align: left;
        font: normal normal normal 20px/30px Ubuntu;
        letter-spacing: 0.2px;
        color: #FFFFFF;
        opacity: 1;
    
        margin: 10 0 10 0;
    }
    
    .newsMore {
        width: 205px;
        height: 60px;
    
        border: 2px solid #FF9D00;
        border-radius: 200px;
        opacity: 1;
    
        margin: 10 0 10 0;
    }
    
    .more{
        position: relative;
        left: 33px;
        top: 21px;
        text-align: left;
        font: normal normal bold 14px/16px Ubuntu;
        letter-spacing: 2.1px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
    }
    
    .newsSelected {
        width: 15px;
        height: 15px;
        border: 2px solid #FF9D00;
        border-radius: 200px;
        opacity: 1;
        left: 1310px;
    }
    
    .newsNotSelected {
        width: 10px;
        height: 10px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 200px;
        opacity: 1;
        left: 1315px;
    }
    
    #linkFirstNews {
        position: absolute;
        top: 400px;
    }
    
    #linkSecondNews {
        position: absolute;
        top: 445px;
    }
    
    #linkThirdNews {
        position: absolute;
        top: 490px;
    }
    
    #newsContainer {
        position: relative;
        height: 860px;
    }
    
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 100%;
        opacity: 1;
    }
    
    .carousel-indicators .active {
        width: 10px;
        height: 10px;
        border: 2px solid #FF9D00;
        background-color: transparent;
        border-radius: 100%;
        margin-top: 8px;
    }
    
    .ownCarousel-indicators {
        position: absolute;
        right: -10px;
        bottom: 450px;
        /* left: 19px; */
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        /* justify-content: center; */
        padding-left: 0;
        /* margin-right: 0%; */
        /* margin-left: 96%; */
        list-style: none;
        transform: rotate(90deg);
    }
    
    #newsCarousel {
        width:1440px;
        margin-top:-106px;
    }
 }