/**
 * Theme Name:  FWRD Child - Ultimate Creative WP Theme
 * Theme URI:   http://irontemplates.com/wp-demos/fwrd/
 * Description: FWRD a complete solution for everybody in the creative industry. If you are anyone, this theme is for you.
 *
 * Author:      IronTemplates
 * Author URI:  http://irontemplates.com
 *
 * Version:     1.0
 * Template:    fwrd
 * Text Domain: fwrd-child
 *
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 */
 
 @import url("../fwrd/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.alighnAlbum img {
    max-width:480px !important;
}
#heroImage {
    min-height:500px !important;
}
.roundedImage div {
    width:270px; height:270px; border-radius:100%; overflow: hidden;
}
.roundedImage div img {
    width:100%; height:100%; object-fit: cover;
}

.videoBox iframe {
    width:100%; height:auto; aspect-ratio: 16 / 9;
}

.csapatunk .vc_single_image-wrapper {
    width:70%; height:70%; overflow: hidden; border-radius:100%;
}
footer img {
    width:80px !important;
}