
.Nomination-video-section{
    /* height: 600px; */
    width: 100%;
background-color: #e2c287;
padding: 30px 50px;

}

.Nomination-video-section .inner{
display: flex;
gap: 30px;
width: 1245px;
margin: 0 auto;
}


.LaunchVid{
    width: 900px;
    height: 500px;
    background-color: black;
}


.Nomination-video-section .Reason1 p span{
    margin: 0 0 20px;
    font-size: 18.5px;
}

.Nomination-video-section .Reason1 p{
        font-size: 14.5px;
}

.Nomination-video-section .Reason1{
    display: block;
}

.Nomination-video-section
.NormBtn {
    position: relative;
    z-index: 40;
    width: max-content;
    height: max-content;
    padding: 10px 20px;
    border-radius: 26px;
    background-color: var(--SecColor3);
    color: var(--SecColor2);
    bottom: initial;
    right: initial;
    display: block;
    margin: 30px 0 0;
}

@media screen and (max-width: 480px){
    .Nomination-video-section .inner {
    display: flex;
    gap: 30px;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
}

.CurrentSponsors-con .inner {
    width: 100%;
    margin: 0 auto;
    overflow: scroll;
    position: relative;
}


.Nomination-video-section {
    /* height: 600px; */
    width: 100%;
    background-color: #e2c287;
    padding: 10px 0;
}


  .Nomination-video-section .inner iframe{
    width: 100%;
    height: 300px;
  }


}




