/* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */ /* Created on : 08/01/2018, 14:48:08 Author : Renato S. Botacim */ .carousel-inner .carousel-item { height: auto!important; overflow: hidden; } @media only screen and (min-width: 1200px) { .carousel-inner .carousel-item { height: 462px!important; overflow: hidden; } .carousel-inner .carousel-item img { height: 100%; position: relative; top: 50%; transform: translateY(-50%) } } .carousel-indicators li{ height: 10px; } .carousel-indicators .active{ background-color: #e68139; } .carousel-caption { width: 100%; left: 0px; padding: 40px!important; top: 50%; transform: translateY(-50%); background-color: rgba(239,71,65, 0.3); float: right; overflow: hidden; height: 300px; } .carousel-caption .btn{ background-color:#fff; width: 150px; padding: 10px 0; text-align: center; font-size: 1.2em; font-weight: 600; color: #ef4741; border-radius: 0px; } .carousel-inner h1 { font-size: 2.5em; font-weight: 700; margin-bottom: 10px; } .carousel-inner p { font-size: 1,2em; margin-bottom: 10px; text-align: center; } .carousel-caption .btn:hover{ background-color: #383838; color:#fff }