﻿.my-banner {
    
    display: flex;
    background-color:black;
    flex-direction: column;
    font-family: system-ui;
    color: white;
    margin-top:-14px;
}

    .my-banner > .background {
       
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: auto;
        padding: 1.5rem;
        padding-right: 26%;
    }

        .my-banner > .background > .topic {
            font-size: 40px;
            font-weight: bold;
            padding: 5rem;

            padding-top: 9rem;
            color: antiquewhite;
        }

        .my-banner > .background > .speaker {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-left: 2rem;
            width: 45%;
            height: 100%;
            float: right;
        }

        .my-banner > .background > .detail {
            margin-top: 1%;
            padding-left: 5rem;
            justify-content: left;
        }

            .my-banner > .background > .detail > .timing {
                font-size: 25px;
                margin-top: 1%;
                font-weight: bold;
                color: white;
                margin-bottom: 4%;
              
            }

        .my-banner > .background > .speaker > .speaker-name {
            font-size: 25px;
            font-weight: bold;
            color: white;
            align-self: center;
            padding-left:3rem
        }

        .my-banner > .background > .speaker > .speaker-profile {
            margin-left: 15%;
        }

        .my-banner > .background > .detail > .description {
            font-size: 30px;
            font-weight: bold;
            color: gold;
            margin-top: 0%;
        }

.event-view > .counter-section {
    margin-top: -80px;
}



@media (max-width:700px) {
    .my-banner > .background > .speaker {
        width: 60%;
        height: 100%;
        padding-top: 0rem;
    }

    .my-banner > .background > .topic {
        font-size: 20px;
        padding-left: 0rem;
        padding: 0rem;
        padding-top: 1rem;
    }

    .my-banner > .background > .speaker > .speaker-name {
        font-size: 10px;
    }
    .my-banner > .background > .detail  {
        font-size: 15px;
        padding-left: 0rem;
        margin-top: 0%;
    }

    .my-banner > .background > .detail > .description {
        font-size: 15px;
        padding-left: 0rem;
        
        margin-top: 0%;
    }

    .my-banner > .background > .detail > .timing {
        font-size: 15px;
        padding-left: 0rem;
    }
}
