/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

.video-home video {
    width: 100%;
    min-width: 100%;
    min-height: 450px;
    object-fit: cover;
	border-radius: 20px;
	aspect-ratio: 4/3;
}

/*GALERÍA RELAX*/
.gallery-relax .et_pb_gallery_item {
    border-radius: 25px !important;
    overflow: hidden;
}
