﻿body {
}
@media only screen and (min-device-width : 320px) and (max-device-width:480px) {
    #tab-select {
        width: 100%;
        padding: 6px 0px;
    }
    .p-5 {
        padding: 0rem !important;
    }
    .play-pause {
        float: right;
        position: relative;
        top: -50px;
        right: 96px;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 12px;
        left: -44px;
        z-index: 15;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }
}