@charset "UTF-8";

/*
Theme Name: VPH IQ 
Author: IQbusiness team 
Description:Professional WordPress theme for VPH.With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how VPH elevates your portfolio, business website, or personal blog.(By Mavin).
Text Domain: vph-iq
*/
.custom-acf-banner {
    position: relative;
    text-align: center;
    color: #fff;
}

.banner-media img,
.banner-media video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #000;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
}