

.margingTop{
    padding-top: 30px;
    padding-bottom: 20px;
}

.mobilemain{
   margin: auto;
    background-image: url('../images/iphone.png');
    width: 500px;
    height: 985px;
    overflow-x: auto;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.maincontent{
    margin-top: 150px;
    float: left;
    right: 0;
    left: 0;
    padding: 0 50px;
    width: 100%;
    overflow: scroll;
    height: 95vh;
}


.videofrem{
    position: relative;
    float: left;
    width: 100%;
}


.cardImag{
    position: absolute;
    height: 68px;
    width: 210px;
    background-image:  url('../images/whiteMC.png');
    top: 7px;
    right: 0;
    background-size: 210px;
    background-repeat: no-repeat;
    text-align: right;
    padding-right: 30px;
}


.cardImag1{
    position: absolute;
    height: 68px;
    width: 227px;
    background-image:  url('../images/peel_bg.png');
    top: 8px;
    right: 0;
    background-size: 175px;
    background-repeat: no-repeat;
    animation: 1s ease-in-out infinite alternate swingParent;
    margin-left: 172px;
}


@keyframes swingParent {
    from {
      transform: translateX(0);
      left: 0;
    }
    to {
      left: 1%;
      transform: translateX(1px);
    }
  }


.cardImag img{
    height: 90%;
    margin: auto;
    margin-top: -4px;
}


.mobilemain .modal {
    position: absolute !important;
    top: 103px !important;
    right: 10px !important;
    bottom: 0 !important;
    left: 10px !important;

}


.modal-dialog{
    width: 90%;
}


.modal-backdrop{
    display: none !important;
}



.modal-open{
    overflow: scroll !important;
}

.ytp-chrome-top.ytp-show-cards-title{
    display: none !important;
}

.modal-body{
    height: 95vh;
}

.modal-header{
    border-bottom: none;
}

.modal-content{
    box-shadow: none;
}


@media screen and (max-width: 767px) {
    .mobilemain{
        margin: auto;
         background-image: url('../images/iphone.png');
         width: 100%;
         height: auto;
         overflow-x: auto;
         background-size: contain;
         position: relative;
         background-repeat: no-repeat;
         padding-bottom: 300px;
         overflow: hidden;

     }


     .maincontent {
        margin-top: 90px;
        float: left;
        right: 0;
        left: 0;
        padding: 0 22px;
        width: 100%;
        overflow: scroll;
        height: 71vh;
        overflow-x: hidden;
    }

    .cardImag1 {
        margin-left: 35%;
    }


}