.screenshot-image {
    width: 120px;
    height: 90px;
    border-radius: 4px;
    border: 2px solid whitesmoke;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 5px;
    left: 10px;
    background: white;
}

/* .display-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%; 
    min-width: 300px;
    margin: 5% auto;
    position: relative; 
}  */
video {
    width: 100%;
    height: 330px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: -8px;
    border-radius: .5rem;
}

.video-options {
    position: absolute;
    left: 20px;
    top: 30px;
}

.controls {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.controls p {
    color: #FFF;
    font-size: 12px;
    padding-top: 8px;
  }

.controls>button {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
}

.controls>button:hover svg {
    color: white !important;
}

@media (min-width: 300px) and (max-width: 400px) {
    .controls {
        flex-direction: column;
    }

    .controls button {
        margin: 5px 0 !important;
    }
}

.controls>button>svg {
    height: 20px;
    width: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.controls button:nth-child(1) {
    border: 2px solid #FFFFFF;
}

.controls button:nth-child(1) svg {
    color: #D2002E;
}

.controls button:nth-child(2) {
    border: 2px solid #008496;
}

.controls button:nth-child(2) svg {
    color: #008496;
}

.controls button:nth-child(3) {
    border: 2px solid #00B541;
}

.controls button:nth-child(3) svg {
    color: #00B541;
}

.controls>button {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
}

.controls>button:hover svg {
    color: white;
}

.otp-container {
    /*max-width: 600px;*/
    max-width: auto;
    border-radius: .5rem;
}

.otp-btn {
    display: block ruby;
  padding: 15px 0px;
  text-align: center;
  width: 140px;
}
.gmap {
    z-index: 999;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 245px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .5rem;
  }
.title {
    font-size: 17px;
    margin-bottom: 20px;
  }
.title span {
    font-size: 17px;
    font-weight: 700;
    color: #0b5090;
    display: block;
    margin-bottom: 0px;
  }  

