/* - - - - - - - - - - - - - */
/* - -FOR YOUTUBE VIDEOS - - */
/* - - - - - - - - - - - - - */
.youtube-shorts-bx {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0px auto 0px auto;
}

.youtube-shorts-desc-bx {
  margin: 20px auto 0px auto;
  max-width: 352px;
  /* text-align: center; */
  font-size: 15px;
}

.youtube-shorts {
  margin: 25px auto 20px auto;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  width: 352px;
  height: 626px;
}

@media screen and (max-width: 1201px) {
  .youtube-shorts {
    width: 290px;
    height: 515px;
  }
}
/* - -YOUTUBE VIDEOS end- - */
/* - - - - - - - - - - - - - */
