    /* ----------------------------------------------------------
    :: Template Name: Studio - Creative Photography Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Version: 1.0.0
    :: Created: 31 January 2018
    :: Last Updated: 31 January 2018
    ---------------------------------------------------------- */

    /* ============ PLACE YOUR CUSTOM CSS HERE ============ */

	.background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(img/portfolio/cross.png);
  background-size: cover;
}
	
	.background .water {
  position: absolute;
  background-image: url(img/portfolio/cross.png);
  background-size: cover;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  filter: url("#turbulence");
}


/* Estilos para el video */
	.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Proporción del video (16:9) */
}
        
	.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

	.soundcloud-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 20%; /* Proporción del video (16:9) */
}
        
	.soundcloud-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
}
		
		
/* <<<<<<<<<<<<< Hover card >>>>>>>>>>>>>>>*/
