.section-wrapper.v-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px; }

.video-item {
  position: relative;
  width: calc((100% - 40px) / 3);
  overflow: hidden;
  transition: width 0.5s ease-in;
  cursor: pointer; }

.video-item.active {
  width: 100%;
  transition: width 0.5s ease-in-out; }

.video-item img.item-poster {
  display: block;
  object-fit: cover;
  object-position: center;
  height: 531px;
  max-width: 100%;
  #max-width: initial;
  margin: 0 0 12px 0; }

.video-item p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  min-height: 120px; }

.video-btn-container {
  display: none; }

.video-item.active .video-btn-container {
  display: block; }

.video-item:hover .video-btn-container::before {
  transform: scale(1.08);
  transition: transform 0.2s ease; }

.video-item:hover img.youtube-btn {
  transform: scale(1.08);
  transition: transform 0.2s ease; }

.item-poster-container {
  position: relative; }

@media screen and (max-width: 1548px) {
  .video-item img.item-poster {
    height: 433px; } }
@media screen and (max-width: 1280px) {
  .video-item img.item-poster {
    height: 342px; }

  .video-item p {
    font-size: 18px;
    line-height: 133%; } }
@media screen and (max-width: 1036px) {
  .video-item img.item-poster {
    height: 253px; }

  .video-item p {
    font-size: 16px;
    line-height: 150%; } }
@media screen and (max-width: 742px) {
  .section-wrapper.v-gallery {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .video-item {
    width: 100%; }

  .video-item.active {
    width: 100%; }

  .video-btn-container {
    display: block; } }

/*# sourceMappingURL=v-gallery.css.map */
