
.text-color-White{
  color: #fff;
}

.font-siza-16{
  font-size: 16px
}


.img-frame-img{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 370px;

}

.img-all{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
}











@media(max-width: 1366px){

}

@media(max-width: 1024px){

}

@media(max-width: 768px){
  .img-frame-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 620px;
}

}

@media(max-width: 414px){

}


@media(max-width: 375px){

}

@media (max-width: 320px){

  .img-frame-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

}
