
.containertiny {
    position: relative;
    margin-top: 3%;
    margin-bottom: 20px;
}

h1 {
    text-align: center;
    padding-bottom: 15px;
    font-family: Montserrat;
}

.control {
    list-style: none;
}

.control li {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 10px;
    border-radius: 50%;
    cursor: pointer;
}

.control li:hover {
    background: #000;
}

.control li.prev {
    left: 15px;
}

.control li.next {
    right: 15px;
}

.tns-nav {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tns-nav button {
    height: 12px;
    width: 6px;
    background-color: #bbb;
    display: inline-block;
    border: none;
    margin-left: 7px;
    border-radius: 50px;

}

.tns-nav .tns-nav-active {
    background-color: black;
    height: 12px;
    width: 6px;
    border: none;
    margin-left: 7px;
    border-radius: 50px;
}

/* .scale{
animation-name: scale;
transform-origin: center
}
@keyframes scale{
from {
transform: rotate(90deg);
}
to{
transform: rotate(0deg);
}
} */
/* Youtube link */
.link {
    position: fixed;
    background-color: #d12322;
    padding: 23px 40px;
    right: 0;
    border-radius: 5px;
    top: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.1s ease-in-out;
}

.link i {
    padding-left: 7px;
}

.link:hover {
    text-decoration: underline;
    background-color: black;
}

.img-resize {
    max-width: 50%;
    height: auto !important;
}

span.a {
    float: left;
    margin-top: 5px;
    border-radius: 5px;
    width: 80px;
    padding: 5px;
}

span.b {
    float: right;
    margin-top: 5px;
    border-radius: 5px;
    width: 50px;
    padding: 5px;
}