.bod__banner__wrapper {margin-bottom: 40px;}
.bod__banner {height: 451px;background-repeat: no-repeat;  background-position: center;  background-size: cover;}
.bod__banner-image{height: 451px;}
.bod__banner-image img{width: 100%;  max-height: 451px;  object-fit: cover;  aspect-ratio: 3/2.28;position: absolute;  right: 17%;  height: 100%;}
.bod__small__detail{margin:0px 0px 56px 0px;}
.bod__module .bod__member__box a:focus-visible{outline:auto;}
.bod__member__box {padding-bottom: 40px;}
.bod__member__box a:focus{outline:2px dashed var(--partners);}
.bod__box__wrapper{margin-bottom:40px; color: var(--dark-blue);}
.bod__image{padding-bottom:15px;}
.bod__image img{width:100%; height:100%; background: linear-gradient(180deg, #E5E5E5 0%, rgba(229, 229, 229, 0) 100%); object-fit: contain;}
.bod__name .h5{font-weight:700;margin-bottom:0;text-align:center;}
.bod__name .h5:hover{color:var(--blue-2);}
.bod__designation{font-family:var(--font-textreg);font-size:1.4rem;font-weight:400;line-height:1.8rem;text-align:center;}
.bod__small__detail{position:relative;}
.bod__small__detail::after{content:""; background: url("/~/media/Images/P/Playtech-IR-V2/playtech-module-images/icons-images/triangle-full.svg");  width: 38px;  position: absolute;top: 0;  left:100%; background-repeat: no-repeat;  height: 100%;  background-size: contain;  transform: rotate(15deg);}
.bod__middle__content{position:relative;}
.bod__middle__content::after{content:""; background: url("/~/media/Images/P/Playtech-IR-V2/playtech-module-images/icons-images/triangle-full.svg");  width: 38px;  position: absolute;  right: 290px; top: 333px;  background-repeat: no-repeat;  height: 100%;  background-size: contain;  transform: rotate(12deg);}
.bod__banner-content h1{font-weight:700;}

.bod__box__wrapper:hover .bod__name {
  color: var(--blue-2);
}
.bod__box__wrapper:hover .bod__designation {
color: var(--dark-blue);
}
@media all and(max-width:1200px){
.bod__middle__content::after{right: 289px;top: 388px}
}
@media all and (max-width:991.98px){
 .bod__banner-image img{width: 100%; right: 0%;}
 .bod__middle__content::after{display:none;}
}

@media all and (max-width:767.98px){
.bod__small__detail::after{display:none;}
.bod__banner-content {margin-top:15px;}
.bod__banner-image img {  width: 100%;  max-height: 221px;  object-fit: contain;aspect-ratio: 3/2.28; background: linear-gradient(180deg, #E5E5E5 0%, rgba(229, 229, 229, 0) 100%);right: 0;    position: relative;}
.bod__banner {  height: auto;  background-image: url('') !important;  }
.bod__middle__content::after{display:none;}
}