[ data-store-name = "pacific-place-home-store"] .store-detail__description > div,
[ data-store-name = "ifc-mall"] .store-detail__description > div, 
[ data-store-name = "times-square"] .store-detail__description > div,
[ data-store-name = "canton-road"] .store-detail__description > div
{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: flex-start;
}

.store-detail__description .video_thumb_wrapper{
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.store-detail__description .video_thumb{
      max-width: 74%;
}


.store-detail__description .video_caption {
    text-align: center;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  [ data-store-name = "pacific-place-home-store"] .store-detail__description > div, 
  [ data-store-name = "ifc-mall"] .store-detail__description > div, 
  [ data-store-name = "times-square"] .store-detail__description > div{
    grid-template-columns: 1fr;
  }
}