﻿.slideterminal 
{
    cursor: pointer;
    max-width: 550px;
    position: relative;
    margin: auto;
}

.slideterminal img
{
    height: 250px;
}

#numbertext
{
    color: #f2f2f2;
    font-size: 17px;
    padding: 2px 2px;
    position: absolute;
    top: 0;
    background-color: black;
    user-select: none;
}

.prev, .next 
{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    background-color: rgba(0,0,0,0.2);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.next 
{
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

.text 
{
    color: white;
    font-family:Verdana;
    background-color:rgb(0 0 0 / 0.20);
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 16px;
    text-align: center;
}

@keyframes fade 
{
    from { opacity: 4 }
    to { opacity: 1 }
}

#kutucuk {
    width:63px;
    height:14px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    font-size: 12px;
    display:none;
}

.slidescreen 
{
    border: 1.1px solid black;
    border-radius: 7px;
}