.component {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
background: #222;
height: 25vh;
}

.fill{
   width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  min-height: 250px;
  padding-top: 20px;
  padding-bottom: 2px;
  min-height: 400px;
 }
 .full{
 	 background:url(../img/hit-clown.jpg) no-repeat fixed center top;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
        height: 100vh;	
 }
 .mods{
 	height: 100vh;
 	width: 100vw;

 }
 .texto-vertical {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 70%;
}