.container{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content:center; 
  align-items:center; 
  margin-right: auto; 
  margin-left: auto;
  overflow: hidden;
}

.phoneWrapper {
  width: 410px;
  height: 830px;
  background: #fff;
  border: 10px solid #000;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  transition: all 0.5s; }
  .phoneWrapper .in {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px; }
    .phoneWrapper .in .getFrame {
      width: 100%;
      height: 100%;
      border: 0; }
  
      
