@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');

html,body{
    font-family: "Rubik" , sans-serif;
}

.owl-itemIn {
    background-color: wheat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid rgba(0,0,0,0.5);
    height: 100vh;
}
.owl-itemInSecond {
    display: none;
}




.plate {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 26px;
    margin: calc(50vh - 80px) auto;
    margin: -webkit-calc(50vh - 80px) auto;
    position: relative;
    width: 260px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.plate img {
    bottom: 100%;
    position: absolute;
    right: 100%;
    width: 80px !important;
}
.topH {
    font-weight: 800;
    padding: 15px 15px 0;
}
.topH2 {
    font-weight: 700;
    padding: 0 15px;
}
.topH3 {
    font-size: 24px;
    padding: 0 15px;
}
.topH3 small {
    font-size: 16px;
}
.plate a {
    background-color: rgba(255, 0, 0, 0.6);
    color: #fff;
    display: block;
    font-size: 24px;
    font-style: italic;
    line-height: 42px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.plate a:hover,
.plate a:active,
.plate a:focus{
    text-decoration: none;
    background-color: rgba(255, 0, 0, 0.8);
    color: #fff;
}
.plate.second {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}
.halfeSize{

    z-index: 1;
}
.halfeSize,.halfeSize2{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}
.halfeSize2{
    right: 0;
    left: auto;
    z-index: 10;
    width: calc(50% + 30px);
    -webkit-width: calc(50% + 30px);
}






@media (max-width:769px){
    .owl-itemIn{
        height: 50vh;
    }
    .halfeSize,.halfeSize2{
        width: 100%;
        position: relative;
    }
    .plate {
        margin: 0 auto;
        top: calc(50% - 80px);
        top: -webkit-calc(50% - 80px);
    }
}
@media (max-width:900px){
    .plate {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}
@media (max-width:600px){
    .plate {

        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
}
@media (max-height:470px){
    .plate img {
    top: 45px;
    left: -96px;
}
}