﻿.webideasBanner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerComponent {
    width:100%;
    height:100%;
}

.webideasBanner #imageContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.webideasBanner .bannerImage {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    white-space: normal;
}

    .webideasBanner .bannerImage img {
        object-fit: cover;
    }

.webideasBanner #imageContainer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
}

.webideasBanner .clickSlideLeft, .webideasBanner .clickSlideRight {
        background-color: black;
        position: absolute;
        z-index: 1;
        opacity: 0.2;
        border-radius: 5px;
        cursor: pointer;
        color: white;
        padding: 1%;
        font-size: 28px;
        display: none;
        width: 20px;
}

.webideasBanner .clickSlideLeft {
        margin-left: 10px;
}

.webideasBanner .clickSlideLeft:hover, .webideasBanner .clickSlideRight:hover {
            opacity: 0.5;
}

.webideasBanner .rightInfoBox, .webideasBanner .leftInfoBox {
        position: absolute;
        background: rgba(10, 10, 10, 0.64) none repeat scroll 0% 0%;
        color: white;
        width: 17%;
        z-index: 1;
        display: none;
        font-family: 'Open Sans', sans-serif;
        padding: 8px;
        font-weight: 400;
        font-size: 20px;
        margin-top: 15%;
}

.webideasBanner .leftInfoBox {
        margin-top: 10%;
}

.webideasBanner p {
        white-space: normal;
        padding: 19px;
        margin: 0;
}

.bannerText {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    padding-top:4%;
    z-index:9999999;
}

hr {
    color: #CCC;
    width: 410px;
    border-top: 1px solid;
    margin-top: 0px;
    border-top: 3px solid white!important;
}

.hr1 {
    width: 385px;
}

.hr2 {
    width: 180px;
}

.smallHeading
{
    font-size:30px;
}

@media (max-width: 603px) {
    .RotatingBannerInnerDiv {
        max-height: 220px !important;
    }
}
    