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

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

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

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

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

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

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

/* Hide Image Inside Ratio Box */
.ratio-thumbnail-box img {
    display: none !important;
}
