.search {
    /*    
    right: 315px;
    top: 25px;
    */
    position: relative; /* Absolute caso seja para colocar só o botão */
    display: inline-block;
    /*cursor: pointer;*/
}

.search img {
    width: 25px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.search input {
    width: 0px;
    height: 34px;
    background-color: #000;
    box-shadow: none;
    color: #fff;
    border: 1px solid transparent;
    outline: none;
    padding-left: 35px;
    font-size: 16px;
    transition: 0.3s ease all;
}

.search input.toggle {
    width: 265px;
    border-color: #fff;
}

.video_time_search {
    background-color: rgb(0, 0, 0, 0.8);
    font-size: 14px;
    padding: 1px 5px 0 8px;
    margin: 0px auto auto 42px;
    position: relative;
    left: 260px;
}

.videomy_search {
    width: 335px;
    height: 215px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 7px;
    margin-right: 7px;
    transition: all .2s ease-in-out;
}

.video_iframemy_search {
    width: 335px;
    height: 215px;
}

.video_covermy_search {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6699054621848739) 12%, rgba(0, 0, 0, 0) 100%);
    width: 335px;
    height: 215px;
    position: relative;
    bottom: 215px;
}

.video_titmy_search {
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    transition: all .2s ease-in-out;
}

.hv_search {
    top: -140px;
}

@media (hover: hover) and (pointer: fine) {
    .videomy_search:hover {
        cursor: pointer;
        transform: scale(1.1);
        transition: all .2s ease-in-out;
    }

    .video_titmy_search:hover {
        color: deepskyblue;
        cursor: pointer;
    }

    .videomy_search_search:hover .video_titmy_search {
        color: deepskyblue;
    }

    .video_search:hover .eyed {
        display: block;
        transition: all .2s ease-in-out;
    }
    .eyed_search:hover .eyec_text {
        display: block;
        -webkit-animation: slideIn 0.5s forwards;
        -moz-animation: slideIn 0.5s forwards;
        animation: slideIn 0.5s forwards;
    }
    .eyed_search {
        display: none;
    }
}

.eyed_search {
    margin-right: 2px;
    height: 24px;
    margin-bottom: 3px;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.eyec_search {
    height: 24px;
    position: relative;
    float: right;
    z-index: 99999;
    padding: 0 3px;
    background-color: rgba(0, 0, 0, 0.8);
}

.eyec_text_search {
    color: white;
    float: right;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 3px 2px 2px 6px;
    right: 200px;
    font-size: 14px;
}