.corporate-video-banner{
  width: 100%;
  height: auto;

}
.corporate-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.corporate-about-main {
    display: flex;
    margin-top: 100px;
    gap: 110px;
}
.corporate-about-main h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
}

img.relaxed-girl-dress-l {
    height: 500px;
}
.corporate-image-part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
img.relaxed-girl-dress-l {
    height: 800px; 
    margin-top: -201px;
    margin-bottom: -200px;
}
.gilroy-medium--normal-eerie-black-24px {
    line-height: 24px;
    font-size: 20px !important;
}
.corporate-about-right {
    display: flex;
    flex-direction: column;
    text-align: right;
}
/* raj code here */

.video-container{
    position:relative !important;
    width:100% !important;

}
.you-tube-thumbnail {
    width: 100%;
    height:55vh;
    transition: transform 0.3s ease;
    cursor: pointer;
    object-fit:cover;
}
.play-button{
    position:absolute !important;
    top:45%;
    left:45%;
}
@media screen and (max-width:767px){
  .you-tube-thumbnail{
    height:300px !important;
  }
}

/* raj code here */
@media only screen and (max-width: 767px) {
.corporate-about-main {
    display: flex;
    margin-top: 0px;
    gap: 50px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0px 15px;
    }
    .corporate-about-right {
    text-align: center;
  }
  .corporate-image-part {
    text-align: center;
}
  img.relaxed-girl-dress-l {
    height: 290px;
    margin: 0;
}
.gilroy-medium--normal-eerie-black-24px {
    line-height: 20px;
    font-size: 14px !important;
}
.corporate-image-part {
    margin-top: 50px;
}
.corporate-hidden-m{
  display: none;
}


}