        .tv-emtempo {
            background-color: #112942;
            padding: 30px 0; }
        .tv-emtempo .section-part-title {
            margin: 0 auto 20px; }
        .tv-emtempo .section-part-title h3 {
            color: #fff; }
        .tv-emtempo .container {
            text-align: center; }
        .tv-emtempo .esquerda {
            width: 540px;
            vertical-align: top;
            display: inline-block; }
        .tv-emtempo .esquerda .video-grande {
            display: block;
            width: 100%; }
        .tv-emtempo .esquerda .video-grande .video {
            display: block;
            width: 100%;
            height: 440px;
            position: relative;
            background-color: #6d6d6d; }
        .tv-emtempo .esquerda .video-grande .video iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
        .tv-emtempo .esquerda .video-grande .titulo {
            margin: 10px 0;
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            padding: 0 30px;
            display: block; }
        .tv-emtempo .direita {
            width: 500px;
            vertical-align: top;
            display: inline-block; }
        .tv-emtempo .direita .video-pequeno {
            width: 220px;
            display: inline-block;
            margin-bottom: 20px;
            margin-left: 20px; }
        .tv-emtempo .direita .video-pequeno .video {
            display: block;
            width: 100%;
            height: 180px;
            position: relative;
            background-color: #6d6d6d; }
        .tv-emtempo .direita .video-pequeno .video iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
        .tv-emtempo .direita .video-pequeno .titulo {
            margin: 10px 0;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            display: block; }
        .tv-emtempo .veja-mais-videos {
            color: #5a90d3;
            text-decoration: none;
            font-size: 18px;
            display: inline-block;
            margin: auto;
            text-align: center; }

        @media (max-width: 1180px) {
            .tv-emtempo .esquerda {
                display: none !important; }
            .tv-emtempo .esquerda .video-grande .video {
                height: 210px !important; }
            .tv-emtempo .esquerda .video-grande .titulo {
                font-size: 16px !important; }
            .home .container .section-part {
                width: 100% !important; }
            .tv-emtempo .direita {
                width: 100% !important;
                display: flex !important;
                flex-wrap: nowrap;
                overflow-x: auto;
                overflow-y: hidden; }
            .tv-emtempo .direita .video-pequeno {
                flex: 0 0 auto; }
            .tv-emtempo .veja-mais-videos {
                display: none !important; } 
        }