/* Add here all your CSS customizations */
@font-face{
    font-family: "RoxboroughCF";
    src: url("fonts/RoxboroughCF-Light.ttf") format("truetype");
}

.rasto-title{
    font-family: 'RoxboroughCF', sans-serif;
}

@media only screen and (min-width: 760px) {
    .drag-left{
        margin-left: -32%;
    }
    .padleft{
        padding-left: 8%;
    }
}

@media only screen and (max-width: 760px) {
    .responsive{
        width: 100%;
        height: auto;
    }
}

.thumb-info .thumb-info-title {
    bottom: 0%;
    padding: 2px 2px 2px;
    width: 100%;
    max-width: 100%;
    font-weight: normal;
    font-size: 14px;
    background: #76844900;
    color: #72A441;

}

.thumb-info {
    background-color: #dbdecf00;
}