/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com
Template: smart-mag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Description: Designed by ThemeSphere
Version: 10.3.2.1773225124
Updated: 2026-03-11 12:32:04

*/

/* Vastupanuliikumise populaarsed videod */

.vastu-popular-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
}

.vastu-thumb {
  display: block;
  width: 360px;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vastu-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.vastu-thumb:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}