.btn-webkit-slider
.content-webkit-slider{
font-size: 30px;
}

.content-webkit-slider{
    position:absolute;
    z-index:0;
    padding: 15px;
    background: rgba(243, 243, 243, 0.3);
    color: #ffffff;
    font-size: 40px;
}
.content-webkit-slider.mgwk_center{
    top:120px;
    left:25%;
    right: 25%;
    text-align:center;
}

.content-webkit-slider.mgwk_center-left{
    width: 40%;
    top: 50%;
    left: 120px;
    text-align: left;
    transform: translate(0, -50%);
}
.content-webkit-slider.mgwk_center-right{
    width: 40%;
    top: 50%;
    right: 120px;
    text-align: right;
    transform: translate(0, -50%);
}


.content-webkit-slider.mgwk_top-left{
    width: 40%;
    top:80px;
    left:120px;
    text-align:left;
}
.content-webkit-slider.mgwk_top-right{
    width: 40%;
    top:80px;
    right:120px;
    text-align:right;
}

.content-webkit-slider.mgwk_top-center{
    width: 40%;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.content-webkit-slider.mgwk_bottom-left{
    width: 40%;
    bottom:80px;
    left:120px;
    text-align:left;
}
.content-webkit-slider.mgwk_bottom-right{
    width: 40%;
    bottom:80px;
    right:120px;
    text-align:right;
}

.content-webkit-slider.mgwk_bottom-center{
    width: 40%;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.btn-webkit-slider{
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
}
.btn-webkit-slider:hover,
.btn-webkit-slider:active,
.btn-webkit-slider:focus{
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}
.act-webkit-silder{
    padding-top: 10px;
}