/*
Theme Name: Velocity System Child
Theme URI: https://velocitydeveloper.com
Description: Velocity Developer WordPress theme child theme.
Author: Velocity Developer
Author URI: https://velocitydeveloper.com/kontak-kami/
Template: velocity
Version: 1.1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Thumbnail Box Base */
.ratio-thumbnail-box {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s ease-in-out;
}

/* Aspect Ratios */
.ratio-thumbnail-16-9 {
    padding-bottom: 56.25%; /* 16:9 ratio */
}

.ratio-thumbnail-8-5 {
    padding-bottom: 62.5%; /* 8:5 ratio */
}

.ratio-thumbnail-4-3 {
    padding-bottom: 75%; /* 4:3 ratio */
}

.ratio-thumbnail-3-2 {
    padding-bottom: 66.66%; /* 3:2 ratio */
}

/* Hide images inside thumbnail box */
.ratio-thumbnail-box img {
    display: none !important;
}
